Use the base name for completions

This commit is contained in:
Paul Ouellette
2019-07-23 15:03:35 -04:00
parent d61b5e4f3d
commit 56e81ad786
2 changed files with 21 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
local argparse = require "argparse"
local parser = argparse "comptest"
local parser = argparse()
:add_help_command()
:add_complete_command()