diff options
Diffstat (limited to 'example/stdlib')
| -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() |
