golang-go-flags-dev

Go library for parsing command line arguments
  https://github.com/jessevdk/go-flags
  0
  no reviews



Package flags provides an extensive command line option parser.

the flags package is similar in functionality to the go builtin flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options.