143 Commits (85ff0c550a4124bfa742cc97b90034b638ca0ece)

Author SHA1 Message Date
Dan Buch 85ff0c550a
Un-regress from v3 porting losses
2 years ago
Dan Buch 64facdbe2f
Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting
2 years ago
Jakub Nowakowski b82e628617
Add unit test for GenericFlag Destination parsing
2 years ago
Felix Lange 82ea9f70c0
Call FlagStringer in String() method of slice flags
2 years ago
Naveen Gogineni 1a31a6e2fc Revert "Remove all flag interfaces"
2 years ago
Naveen Gogineni 9c5b385796
Add additional test to fix codecov
2 years ago
Naveen Gogineni 5b96605ae5
Add additional test to fix codecov
2 years ago
Naveen Gogineni 9bcffd07a4
Merge from main
2 years ago
Naveen Gogineni 7405a90b38
Fix formatting
2 years ago
Naveen Gogineni 7097d0eedd
Fix tests per latest main
2 years ago
Naveen Gogineni fdcbf28476
Merge changes from main
2 years ago
Naveen Gogineni 6b0a3e80b5
Add parametrize tests
2 years ago
Naveen Gogineni c0a8506cea
Add context.Count
2 years ago
Naveen Gogineni 03487fc7f0
Add count option for bool flags
2 years ago
Naveen Gogineni 68cd3e8148
Fix:(issue_1272) Generic flag not set from env
2 years ago
ccremer 382386a079
Add configurable Base to int, uint and uint64 flags
2 years ago
Naveen Gogineni bc99b5865c
issue_62: Make slice options more posix like
2 years ago
Naveen Gogineni 069c6bfe4a Run gofmt
2 years ago
Naveen Gogineni 268cb973f8 Remove all flag interfaces
2 years ago
Balazs Nagy 1335a7022a accept timezone for timestamps
2 years ago
Joseph Cumines e77dd7bb68 Add SliceFlag wrapper and fix bugs in existing implementations
2 years ago
Dan Buch 04f5ff0315
Merge branch 'main' into mostynb-report_source_of_parse_errors
2 years ago
Dan Buch e7db6af492
Merge remote-tracking branch 'origin/main' into mostynb-report_source_of_parse_errors
2 years ago
Dan Buch 8cc43782ed
Merge branch 'main' into feature/1316-simplified_flag_value_access
2 years ago
Dan Buch 6538e95d65
Merge branch 'ally_fix_multi_val' of ssh://github.com/vipally/cli into vipally-ally_fix_multi_val
2 years ago
Kacper Bąk 4c7b46cb24 fix: clean code
2 years ago
Tilo Prütz 835bd32714 rename flags’ ValueFromContext() to Get()
2 years ago
Dan Buch c864c2425e
Merge pull request #1260 from dearchap/issue_1254
2 years ago
Naveen Gogineni 8c5f1fb359 Changes from code review
2 years ago
Naveen Gogineni 156d47e696 Fix: (issue#1254) short options handling needs to proceed from last terminated error
2 years ago
Tilo Prütz ca7f26ecb0 Uint64Flag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 1f621059d3 UintFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 889c7b5d7a TimestampFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 6b336c478f StringSliceFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz ce4d9279c4 StringFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 660184dd92 PathFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 6d7f859008 IntSliceFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz dcc47855b8 Int64SliceFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 18b44dfb29 Int64Flag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz bf18c00347 IntFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 8bd5fb2390 GenericFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 2f92fc644c Float64SliceFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 5047beb001 Float64Flag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz 9eae255aac DurationFlag.ValueFromContext() as convenient accessor
2 years ago
Tilo Prütz baf8ae98de BoolFlag.ValueFromContext() as convenient accessor
2 years ago
Dan Buch 9fd3cc92ad
Add tests around flag stringifying for all modified types
2 years ago
Dan Buch d83bb8d85e
Merge branch 'main' into remove_reflect
2 years ago
Dan Buch 826b3edd3f
Merge branch 'report_source_of_parse_errors' of ssh://github.com/mostynb/cli into mostynb-report_source_of_parse_errors
2 years ago
Ally Dale 58d113dd73
fix #1239: slice flag value don't append to default values from ENV or file (#1240)
3 years ago
Naveen Gogineni 7cd7ff7dd5 Remove reflect from flag_test
3 years ago