diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-16 20:58:24 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-08-16 20:58:24 +0100 |
| commit | 092c3e150d3d12cdd4e80bb8482a372db04e9786 (patch) | |
| tree | 9ece7a32eca09496c0503572bf2dfaec1e9f5f96 | |
| parent | 7f8daab1a8927da37f2dc2cc9fb4ef51bc9319ed (diff) | |
Remove superfluous call to flag.Parse()v0.1.0
| -rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -127,7 +127,6 @@ Use %[1]s <command> -h for help about that command. } func main() { - flag.Parse() if len(os.Args) == 1 { flag.Usage() os.Exit(2) |
