summaryrefslogtreecommitdiff
path: root/help/help.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-01 18:47:44 +0200
committerewy <ewy0@protonmail.com>2026-06-01 18:47:44 +0200
commit46d032cd21b0e8e2c94a32333d3805ec76980cca (patch)
treefbb8aed5c5a501aca1309f62a9d4440ca949ce4c /help/help.go
parent7585a488b7b1e1812f7ebf50107139e2fd65f035 (diff)
add man(1) generation
Diffstat (limited to 'help/help.go')
-rw-r--r--help/help.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/help/help.go b/help/help.go
deleted file mode 100644
index c19ebeb..0000000
--- a/help/help.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package help
-
-import (
- _ "embed"
- "github.com/ewy1/pik/spool"
-)
-
-//go:embed help.txt
-var content string
-
-func Echo() {
- _, _ = spool.Print("%v", content)
-}