1# vi: set ft=conf
 2[windows] dos2unix help.txt
 3
 4soft --help
 5cmpenv stdout help.txt
 6
 7-- help.txt --
 8Soft Serve is a self-hostable Git server for the command line.
 9
10Usage:
11  ssh -p $SSH_PORT localhost [command]
12
13Available Commands:
14  help                 Help about any command
15  info                 Show your info
16  jwt                  Generate a JSON Web Token
17  pubkey               Manage your public keys
18  repo                 Manage repositories
19  set-username         Set your username
20  settings             Manage server settings
21  token                Manage access tokens
22  user                 Manage users
23
24Flags:
25  -h, --help   help for this command
26
27Use "ssh -p $SSH_PORT localhost [command] --help" for more information about a command.