Go to file
Jeremy Saenz e7ff7313a3 Update README.md
Summary & overview
2013-07-15 07:38:47 -07:00
cli.go Support for global flags in help text 2013-07-14 19:16:30 -07:00
flag.go Support for global flags in help text 2013-07-14 19:16:30 -07:00
help.go Support for global flags in help text 2013-07-14 19:16:30 -07:00
README.md Update README.md 2013-07-15 07:38:47 -07:00

#cli.go cli.go is simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.

Overview

Command line apps are usually so tiny that there is absolutely no reason why your code should not be self-documenting.