Hayden
18f8e6df0b
update sidebar configuration
2022-10-02 10:36:20 -04:00
Hayden
edaf885773
breakup v2 documentation
2022-10-02 10:36:14 -04:00
Hayden
1ae70fcadd
split v1 docs into individual pages
2022-10-02 10:36:06 -04:00
76bb9f100b
Shift supported go versions
...
and approve word-wrapping changes to godoc
2022-10-02 10:30:39 -04:00
cbc7f1ad1d
Use goimports as formatting standard
...
given some disagreement with gofmt that seems to have shown up in 1.19
2022-10-02 10:26:48 -04:00
67b3de0285
Turn off docs publishing from v3 series
2022-10-02 09:19:29 -04:00
a5313eb2d5
Add missing go.sum entries for go 1.16.x
2022-10-02 08:50:29 -04:00
d8de3b5483
Tidy up top-level go.mod
2022-10-02 08:50:29 -04:00
2ca91434a8
Move genflags tool to cmd/ and pin to previous release
...
to alleviate problems caused by the circular dependency of using the
same code as a library that is potentially being generated to adhere to
a different API.
2022-10-02 08:50:29 -04:00
Naveen Gogineni
45a1375078
Changes from code review
2022-10-01 19:46:52 -04:00
Naveen Gogineni
bc99b5865c
issue_62: Make slice options more posix like
2022-10-01 19:46:20 -04:00
Dokiy
02eb392916
Fix After not run
2022-10-01 19:18:06 -04:00
Dokiy
67f592aadb
Fix HideHelp
2022-10-01 19:17:49 -04:00
miyado
dd9cd61bef
Fix for TimestampFlag.GetValue to return empty string without value
2022-10-01 19:17:07 -04:00
40d886b0e6
Add stub for v3 docs + point gfmrun there instead
2022-09-30 08:13:34 -04:00
22ff9a34c9
Soft revert go.mod version bump
2022-09-29 07:59:21 -04:00
dearchap
880a802dc8
Merge pull request #1495 from dearchap/issue_1197
...
Fix:(issue_1197) Set destination field from altsrc for slice flags
2022-09-15 07:15:04 -04:00
Naveen Gogineni
c8dc60b5e6
Add unit tests
2022-09-12 13:40:37 -04:00
Naveen Gogineni
9e51113ba4
Fix:(issue_1197) Set destination field from altsrc for slice flags
2022-09-12 13:40:37 -04:00
9120e06825
Merge pull request #1493 from urfave/fix-mkdocs-remote
...
Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended
2022-09-12 10:15:51 -04:00
93a3190684
Bump declared module and internal usage to /v3/
2022-09-12 07:51:51 -04:00
9eea32aacd
Accept the MKDOCS_REMOTE_GITHUB_TOKEN
var as intended
2022-09-12 07:33:08 -04:00
69f4122db9
Merge pull request #1490 from urfave/maint-build-cleanups
...
Move more functionality into internal/build/build.go
2022-09-12 07:24:15 -04:00
a425337371
Use correct env var for global flags
2022-09-11 18:34:13 -04:00
7d9264aea1
Replace a few more custom make targets
2022-09-11 18:32:04 -04:00
1a851c7ac9
Only run make v2diff
on go 1.19.x
+ ubuntu-latest
2022-09-11 18:22:43 -04:00
da7efeb63b
Use windows compatible path append
2022-09-11 16:37:56 -04:00
ff1138c969
Run make target after the Makefile is available
2022-09-11 16:12:16 -04:00
12a3c62e50
Move more functionality into internal/build/build.go
...
and use make targets in CI, pass flag spec YAML through yq
includes result of running `make v2approve`
2022-09-11 16:02:48 -04:00
dearchap
375e5dfc1d
Merge pull request #1489 from dearchap/fix_help_name_consistency
...
Fix: Help name consistency among app/commands and subcommands
2022-09-11 15:00:44 -04:00
Naveen Gogineni
8339b59554
Fix: Help name consistency among app/commands and subcommands
2022-09-11 10:21:56 -04:00
dearchap
8dba5c3eb3
Merge pull request #1488 from dearchap/no_dest_ptr
...
Fix: dont generate pointer for dest for Generic flag
2022-09-10 20:27:04 -04:00
Naveen Gogineni
15491d6f91
Fix: dont generate pointer for dest for Generic flag
2022-09-10 18:03:30 -04:00
6124f3ad9e
Merge pull request #1486 from urfave/codecov-threshold-tweaks
...
Set codecov status thresholds to 5%
2022-09-10 13:12:32 -04:00
ee4ff8f8ff
Set codecov status thresholds to 5%
...
and rename file to be less dotty
2022-09-10 10:29:41 -04:00
dearchap
d62ac9c02e
Merge pull request #1378 from dearchap/issue_1334
...
Feature:(Issue 1334) Add support for uint64slices
2022-09-10 09:41:46 -04:00
Naveen Gogineni
d0fff2e8cc
Add additional test to fix codecov
2022-09-10 09:36:30 -04:00
Naveen Gogineni
b087856c64
Add additional test to fix codecov
2022-09-10 09:27:33 -04:00
Naveen Gogineni
4f9b8e4667
Add coverage threshold
2022-09-10 08:55:33 -04:00
Naveen Gogineni
f6b4ee0e78
Merge from main
2022-09-10 08:55:33 -04:00
Naveen Gogineni
0c7dcf7c2b
Fix formatting
2022-09-10 08:55:33 -04:00
Naveen Gogineni
ec257a8705
Fix tests per latest main
2022-09-10 08:55:33 -04:00
Naveen Gogineni
f11dfa6b8b
Rebase
2022-09-10 08:55:33 -04:00
Naveen Gogineni
f8b9a7cc2e
Merge changes from main
2022-09-10 08:55:33 -04:00
dearchap
6ccecf2dbe
Merge pull request #1257 from dearchap/bool_count
...
Add count option for bool flags
2022-09-06 09:26:21 -04:00
b1b1b27260
Merge pull request #1479 from urfave/release-process-notes
...
Add a few notes to release docs
2022-09-06 09:05:48 -04:00
Naveen Gogineni
869f29af0a
Remove keystroke errors
2022-09-06 08:48:56 -04:00
Naveen Gogineni
dbdf119742
Add countable interface
2022-09-06 08:48:56 -04:00
Naveen Gogineni
15fd35e7b4
Add parametrize tests
2022-09-06 08:48:56 -04:00
Naveen Gogineni
7941e8ccf6
Add context.Count
2022-09-06 08:48:56 -04:00