summaryrefslogtreecommitdiff
path: root/argv.Print.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 05:10:17 -0500
committerJeff Carr <[email protected]>2025-10-18 05:10:17 -0500
commit8d1a704d6f41b5f08aabc276d1476266f51c5b63 (patch)
tree46c6f81796b9ef351976debf2d8fe216fff56962 /argv.Print.go
parent7ef1d9192c366423f5e6bf2b68946aac5cdea336 (diff)
move go-args back to the application code
Diffstat (limited to 'argv.Print.go')
-rw-r--r--argv.Print.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/argv.Print.go b/argv.Print.go
index d0a4447..68e79d1 100644
--- a/argv.Print.go
+++ b/argv.Print.go
@@ -53,8 +53,3 @@ func (all *Argvs) PrintHistory() {
pb.PrintDebugNew("HIST")
}
}
-
-// todo: fix this
-func (pb *Argv) WriteHelp() {
- me.pp.WriteHelp(os.Stdout)
-}