Skip to content

e-zk/subc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subc GoDoc

Wrapper for Go's flag that makes adding subcommands easy.

Usage

Each subcommand is a flag.FlagSet accessed via subc.Sub("<name>"), so you can do anything you would be able to do with a normal Go flag.FlagSet.

For code samples see the examples/ directory.

About

simple subcommand system for go's 'flag'

Resources

License

Stars

Watchers

Forks

Languages