forked from tildetown/town
stub help command
This commit is contained in:
parent
2fbedb75c2
commit
edf4f68932
15
cmd/help/README.md
Normal file
15
cmd/help/README.md
Normal 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
Normal file
7
cmd/help/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("TODO")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user