Complete inline help with all available commands (#61)

master
Pim Snel 3 years ago committed by GitHub
parent e869d3c0f4
commit a95d13315b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,19 +25,24 @@ Options:
-d, --debug %s
Commands:
list list available project sessions
list list available project configurations
edit edit project configuration
new new project configuration
start start project session
stop stop project session
print session configuration to stdout
Examples:
$ smug list
$ smug edit blog
$ smug new blog
$ smug start blog
$ smug start blog:win1
$ smug start blog -w win1
$ smug start blog:win1,win2
$ smug stop blog
$ smug start blog --attach
$ smug print > ~/.config/smug/blog.yml
`, version, FileUsage, WindowsUsage, AttachUsage, DebugUsage)
func main() {

Loading…
Cancel
Save