Skip to content

Commit

Permalink
fix(flags): 🐛 remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Jul 26, 2024
1 parent 0d5ae02 commit d72c474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func rearrangeArgs() {
flags, paths := separateArgs(os.Args[1:])
newArgs := append([]string{os.Args[0]}, append(flags, paths...)...)
os.Args = newArgs
fmt.Println(os.Args)
}

func separateArgs(args []string) (flags []string, paths []string) {
Expand Down

0 comments on commit d72c474

Please sign in to comment.