- Allow options in the form
--flag
or--name=value
before command name - Fix: input
Ask()
failed to handleio.EOF
, which can happen when input is notio.Stdin
, but eg file or network - Added
c.NewFlag(..)
to command, becausec.AddOption(clif.NewOption(...).IsFlag())
is too tedious - Added table rendering, via
output.Table(header []string) *Table
- Initial release