API work #94

Merged
sam merged 6 commits from idk-what-to-name-this-hope-this-works into master 2022-09-15 11:02:43 +00:00
Showing only changes of commit 65dc5f319e - Show all commits

View file

@ -3,7 +3,6 @@
package cli_test
import (
"os"
"testing"
"time"
@ -132,6 +131,5 @@ func FuzzFlags(f *testing.F) {
args := []string{"awl", orig}
//nolint:errcheck,gosec // Only make sure the program does not crash
cli.ParseCLI(args, "TEST")
os.Args = args
})
}