mirror of
https://github.com/TangentFoxy/argparse.git
synced 2026-03-14 04:36:51 -06:00
Use the base name for completions
This commit is contained in:
+1
-1
@@ -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