Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Nov 26, 2024
1 parent 58bc2fc commit 16aecc3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/portpatrol/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func run(ctx context.Context, args []string, output io.Writer) error {
// Create a new context that listens for interrupt signals
ctx, cancel := signal.NotifyContext(ctx, os.Interrupt, syscall.SIGTERM)
defer cancel()

// Parse command-line flags
f, err := flags.ParseFlags(args, parser.ParamPrefix, version, parser.GenerateDocs())
if err != nil {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 16aecc3

Please sign in to comment.