stub help command

trunk
vilmibm 2023-06-07 07:12:32 +00:00
parent 2fbedb75c2
commit edf4f68932
2 changed files with 22 additions and 0 deletions

15
cmd/help/README.md 100644
View File

@ -0,0 +1,15 @@
# help
another ssh command:
```
ssh help@tilde.town
hey what's up?
> i'm a user and i need to reset my key
i tried to sign up and it just didn't work
i have a concern or complaint about the town
```
the goal with this is to formalize the "i forgot my key" process and get us off of using an external email inbox which i find irritating.

7
cmd/help/main.go 100644
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("TODO")
}