Joseph Cumines e77dd7bb68 Add SliceFlag wrapper and fix bugs in existing implementations
The SliceFlag implementation and associated aliases (MultiStringFlag, etc)
extend the existing slice implementations (StringSliceFlag, etc) to support
actual slices as the flag value and destination.

This change also fixes various bugs in the existing implementation. Notably,
the StringSliceFlag.Apply implementation would modify the input (default)
Value, if an env var was set, and no destination was provided. The bugs fixed
in the other three implementations were all already fixed in either
StringSliceFlag, or in one case (ignoring empty env var) in Float64SliceFlag.
2022-06-07 08:54:57 +10:00
2022-04-25 22:21:46 -04:00
2022-05-23 22:05:31 +02:00
2022-05-23 07:44:58 -04:00
2022-05-08 20:49:08 -04:00
2022-05-06 22:23:17 -04:00
2022-05-01 23:02:05 -04:00
2022-04-23 22:07:16 -04:00
2022-04-23 22:07:16 -04:00
2021-04-05 07:57:41 -04:00
2022-05-01 23:02:05 -04:00
2022-04-23 22:07:16 -04:00
2022-05-18 23:17:57 -04:00
2020-03-03 13:06:34 +01:00
2019-09-13 05:17:24 +05:30
2019-09-13 05:17:24 +05:30
2022-04-30 08:59:50 -04:00

cli

GoDoc codebeat Go Report Card codecov

cli is a 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.

Documentation

More documentation is available in ./docs or the hosted documentation site at https://cli.urfave.org.

License

See LICENSE

Description
No description provided
Readme 7 MiB
Languages
Go 99.5%
Makefile 0.3%
Shell 0.1%