2365 Commits (b45820714d0990850b6208bbc02c4a0b4c989e34)
 

Author SHA1 Message Date
Dan Buch b45820714d
Build and run `urfave-cli-genflags` via its `Makefile`
2 years ago
Dan Buch 6404f1d1b4
Backfill drop of generated GetDefaultText method
2 years ago
Dan Buch 96216756c2
Remove duplicate DocGenerationFlag interface
2 years ago
Dan Buch 64facdbe2f
Merge remote-tracking branch 'origin/v3-dev-main' into v3-porting
2 years ago
dearchap 83ea416eb3
Merge pull request #1517 from dearchap/revert_remove_all_flag_interfaces
2 years ago
Naveen Gogineni fcb0bce797
Fix failed test
2 years ago
Naveen Gogineni 924ebdaab2
Fix:(issue_1500). Fix slice flag value duplication issue
2 years ago
Naveen Gogineni ea2893084b
Remove extra 3 spaces in last line
2 years ago
Naveen Gogineni 9a9461928a
Add test coverage for Command.VisibleCommands()
2 years ago
dearchap a4b7759ad1
Update template.go
2 years ago
Naveen Gogineni dccd762cbb
Componentize template
2 years ago
Naveen Gogineni c86805de7c
Add test case
2 years ago
Naveen Gogineni ae8c5118f2
Fix command help subcommand
2 years ago
Naveen Gogineni 13860a7c4d
Fix:(issue_1505) Fix flag alignment in help
2 years ago
Jakub Nowakowski b82e628617
Add unit test for GenericFlag Destination parsing
2 years ago
Jakub Nowakowski 01bdec784f
Set destination in GenericFlag apply function
2 years ago
Dan Buch c5057d195e
Only run generate on go 1.19
2 years ago
Dan Buch 65c98c86ad
Ensure "generate" step runs in CI prior to diff check
2 years ago
Felix Lange 82ea9f70c0
Call FlagStringer in String() method of slice flags
2 years ago
Anatoli Babenia 4959a9fa9b
Refactor `wrap()` and add test for empty line
2 years ago
Anatoli Babenia e14dca7a18
Run `go fmt`
2 years ago
Anatoli Babenia 05fb755b6a
wrap: Simplify loop logic
2 years ago
Anatoli Babenia d3bb381a0b
Fix test for removed trailing whitespace
2 years ago
Anatoli Babenia a6f5ca69f4
wrap: Avoid trailing whitespace for empty lines
2 years ago
Naveen Gogineni 662deaa57b Run v2approve
2 years ago
Naveen Gogineni cf41aab451 Revert changes
2 years ago
Naveen Gogineni 1a31a6e2fc Revert "Remove all flag interfaces"
2 years ago
dearchap 9166808eb5
Merge pull request #1510 from urfave/v3-porting
2 years ago
Dan Buch a851a773a8
Point docs tests at v3
2 years ago
Dan Buch f8faf77e43
Post-porting fixes for v3
2 years ago
Dan Buch 5db9db6d38
Remove nonexistent phony targets
2 years ago
Naveen Gogineni 8ef92d2a24
Remove un-needed func
2 years ago
Naveen Gogineni c2ecb4469f
Remove un-needed func
2 years ago
Naveen Gogineni 57ff098ca7
Fix:(issue_557) Make help output consistent between different invocations
2 years ago
Naveen Gogineni 4c637d8ac7
Fix:(issue_557) Change app help name
2 years ago
Wendell Sun 126297af13
Add more test cases
2 years ago
Wendell Sun 1e30f50959
make v2approve
2 years ago
Wendell Sun d213683bee
Rebase main, update flag-spec.yaml to add Action field
2 years ago
Wendell Sun f9ceca5dfa
Add more tests about flag-level action
2 years ago
Wendell Sun e2e14ec6ef
feat: flag action
2 years ago
torwang a2c3729797
fix: Context.Set no such flag
2 years ago
Naveen Gogineni e9e87f624d
Add unit tests
2 years ago
Naveen Gogineni d2acd0ed55
Fix:(issue_1197) Set destination field from altsrc for slice flags
2 years ago
Dan Buch 1c3ebfab32
Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended
2 years ago
Dan Buch 9ed5a09fbb
Use correct env var for global flags
2 years ago
Dan Buch d6c9f6a898
Replace a few more custom make targets
2 years ago
Dan Buch 0593812915
Only run `make v2diff` on go `1.19.x` + `ubuntu-latest`
2 years ago
Dan Buch 2bec081c3a
Use windows compatible path append
2 years ago
Dan Buch d9d960a58a
Run make target after the Makefile is available
2 years ago
Dan Buch 8cc0a9c5da
Move more functionality into internal/build/build.go
2 years ago