summaryrefslogtreecommitdiff
path: root/argv.custom.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 06:31:12 -0500
committerJeff Carr <[email protected]>2025-10-19 06:31:12 -0500
commitce698610b7617bf44f3c639676511c4eb7590000 (patch)
tree258e72a8346fd707483993d3094d2f98020b2cec /argv.custom.go
parent7b268437f40ffd15fe659b3662d984910a6faefe (diff)
new argvv0.0.36
Diffstat (limited to 'argv.custom.go')
-rw-r--r--argv.custom.go16
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 == "" {