diff options
| author | Eyal Posener <[email protected]> | 2019-11-27 21:50:17 +0200 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2019-11-27 22:01:40 +0200 |
| commit | e63b7a9037200ec7a2435f996ad9dd07d2a83128 (patch) | |
| tree | 0f082cfe7e967b6064a0adef3c132b00b906f915 /example/stdlib/main.go | |
| parent | 85f1fe4e1db7dcf16589bba19ba7807b60740d45 (diff) | |
Use command line name instead of external name
Diffstat (limited to 'example/stdlib/main.go')
| -rw-r--r-- | example/stdlib/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/stdlib/main.go b/example/stdlib/main.go index 5beee51..c54130c 100644 --- a/example/stdlib/main.go +++ b/example/stdlib/main.go @@ -20,7 +20,7 @@ var ( func main() { // Run the completion. Notice that since we are using standard library flags, only the flag // names will be completed and not their values. - complete.CommandLine("stdlib") + complete.CommandLine() // Parse the flags. flag.Parse() |
