Skip to content

Latest commit

 

History

History

mockcli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example CLI App

Build & Run

go build -o bin/mockcli .
./bin/mockcli echo hello

Run

go run . echo Hello