Skip to content

Latest commit

 

History

History

_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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