diff options
Diffstat (limited to 'argv.custom.go')
| -rw-r--r-- | argv.custom.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/argv.custom.go b/argv.custom.go index 9665275..18af43b 100644 --- a/argv.custom.go +++ b/argv.custom.go @@ -25,22 +25,6 @@ and with the right geometries. TODO: restore the bash working paths ` } -/* - handles shell autocomplete -*/ - -func (args) Appname() string { - return APPNAME -} - -func (args) Buildtime() (string, string) { - return BUILDTIME, VERSION -} - -func (args) Version() string { - return argvpb.StandardVersion(APPNAME, VERSION, BUILDTIME) -} - // sends the strings to bash or zsh that will be your options func (a args) SendCompletionStrings(pb *argvpb.Argv) { if pb.Cmd == "" { |
