mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Use the base name for completions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
local argparse = require "argparse"
|
||||
|
||||
local parser = argparse "comptest"
|
||||
local parser = argparse()
|
||||
:add_help_command()
|
||||
:add_complete_command()
|
||||
|
||||
|
Reference in New Issue
Block a user