Skip to content

Commit

Permalink
Hide unimplemented -def from flag list
Browse files Browse the repository at this point in the history
This is just to prevent confusion for the upcoming release build.
  • Loading branch information
SuperFromND committed Aug 24, 2023
1 parent 5e4cc9d commit 423cdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ Distributed under the MIT license.
fmt.Printf(logo + "version " + version + "\n" + footer + hr + "\n")
fmt.Printf("\nCommand arguments for IGUANA:\n")

flag_order := []string{"i", "o", "def", "", "keep1", "keepai", "kp", "nomotions", "header", "power", "", "d"}
flag_order := []string{"i", "o", "", "keep1", "keepai", "kp", "nomotions", "header", "power", "", "d"}
for _, name := range flag_order {
if name == "" {
fmt.Printf("\n")
Expand Down

0 comments on commit 423cdc1

Please sign in to comment.