Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 487 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 487 Bytes

example

run example

cli application

show help:

go run ./cliapp -h

run application:

go run ./cliapp demo

Only one command

show help:

go run ./simpleone -h

run command:

go run ./simpleone

Multi level commands

show help:

go run ./multilevel -h

run command:

go run ./multilevel

Simple git commands

show help:

go run ./ggit -h

run command:

go run ./ggit