Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 232 Bytes

File metadata and controls

3 lines (2 loc) · 232 Bytes

Creating subcommands

In this repository, I am trying to create a command line tool with sub commands using the flag package of Golang. You can find more information regarding flag package here.