Hayden
7cfafe8f80
add tags plugin
2022-10-02 10:36:36 -04:00
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
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
dearchap
0a88df4e46
Merge pull request #1471 from dearchap/collapse_flag_interface
...
Collapse flag interface
2022-09-05 16:45:06 -04:00
Naveen Gogineni
7e80d2099c
Update godoc
2022-09-05 08:17:26 -04:00
Naveen Gogineni
069c6bfe4a
Run gofmt
2022-09-05 08:12:38 -04:00
Naveen Gogineni
268cb973f8
Remove all flag interfaces
2022-09-04 22:51:05 -04:00
Naveen Gogineni
ab68d8a69d
Cleanup: Collapse flag interfaces
2022-09-04 22:18:41 -04:00
dearchap
321610437e
Merge pull request #1438 from urfave/v3-target-1.18-min
...
Target minimum go 1.18 in v3-dev-main
2022-08-13 13:00:29 -04:00
887d31ffaf
Target minimum go 1.18 in v3-dev-main
2022-07-16 12:10:51 -04:00
cb7532a1df
Merge pull request #1437 from urfave/merging-main-to-v3-dev-main
...
Merging main to v3 dev main
2022-07-16 08:35:09 -04:00
c0f57e022b
Merge remote-tracking branch 'origin/main' into merging-main-to-v3-dev-main
2022-07-16 08:03:43 -04:00
a91950ff53
Merge pull request #1436 from urfave/revert-1435-merging-main-to-v3-dev-main
...
Revert "Merging main to v3 dev main"
2022-07-16 08:01:38 -04:00
25116be3f5
Revert "Merging main to v3 dev main"
2022-07-16 07:58:10 -04:00
f8124ae3fb
Merge pull request #1435 from urfave/merging-main-to-v3-dev-main
...
Merging main to v3 dev main
2022-07-16 07:55:46 -04:00
a82c9b1433
Merge remote-tracking branch 'origin/main' into merging-main-to-v3-dev-main
2022-07-16 07:44:00 -04:00
8d46d3794f
Approve v2 addition of timestamp/timezone/location
2022-07-10 12:16:59 -04:00
8b41988ab6
Merge pull request #1426 from urfave/default-command-doc
...
Approve v2 addition of App.DefaultCommand
@jalavosus FYI I'm merging this now with the intent to tag and push `v2.11.0`, and I'm happy to see further documentation improvements released later.
2022-07-10 12:16:14 -04:00
2e71cb8174
Merge pull request #1432 from julian7/timezoned-timestamp
...
accept timezone for timestamps
2022-07-10 12:14:04 -04:00
Balazs Nagy
1335a7022a
accept timezone for timestamps
2022-07-09 13:52:55 +02:00
d7504f847b
Approve v2 addition of App.DefaultCommand
...
related to #1388
2022-06-24 07:55:49 -04:00
d29120f08b
Merge pull request #1388 from jalavosus/feature/default-command
...
feature: add DefaultCommand field to App
2022-06-24 07:52:04 -04:00
e2a844fcee
Merge pull request #1423 from urfave/docs-list-fix
...
Fix list formatting in v2 manual
2022-06-22 08:55:58 -04:00
6dd82af86b
Fix list formatting in v2 manual
2022-06-22 08:29:12 -04:00
7d21dda232
Merge pull request #1421 from urfave/docs-cleanups
...
Clean up the v2 manual a bit
2022-06-22 07:56:12 -04:00
James Alavosus
d8c93f867b
app_test.go: add tests for default command + flag
2022-06-21 19:50:27 -04:00
James Alavosus
1dfa9827f6
gofmt
2022-06-21 19:30:07 -04:00
James Alavosus
1b3da50f16
Add test cases for subcommands of default command
2022-06-21 19:30:07 -04:00
James Alavosus
77feee843d
Implement slightly wonky setup for checking against ...
...
subcommand names of a default command (should it be set)
2022-06-21 19:30:05 -04:00
James Alavosus
32dec1ddaa
feature: add DefaultCommand field to App
...
See issue #1307 for context.
2022-06-21 19:28:59 -04:00
58ccb0bf28
Clean up the v2 manual a bit
...
includes:
- running each example through `goimports`
- wrapping text at ~80 cols
- consistently using `&cli.App{...}`
- consistently using code example gates
- removing trailing blankspace
2022-06-20 17:08:10 -04:00
f1fc873f1f
Merge pull request #1418 from urfave/un-workaround
...
Remove temporary go mod workaround
2022-06-20 13:13:34 -04:00
9f56fe7088
Remove temporary go mod workaround
2022-06-20 11:07:56 -04:00
f71d1cb6d2
Merge pull request #1417 from urfave/deps-bump
...
Update dependencies to latest
2022-06-20 11:05:25 -04:00
59ce32aad4
Update dependencies to latest
2022-06-20 09:35:57 -04:00
1362627dd7
Approve usage wrapping docs changes
2022-06-19 10:45:18 -04:00
b927c6ad2f
Merge pull request #1415 from urfave/upgrade-go-yaml
...
Upgrade gopkg.in/yaml to v3
2022-06-19 10:44:14 -04:00
Jesse Szwedko
72dc91db74
Re-use node
variable
...
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
2022-06-18 13:38:22 -07:00
Jesse Szwedko
ee0756044c
Upgrade gopkg.in/yaml to v3
...
Fixes vulnerability: https://github.com/advisories/GHSA-hp87-p4gw-j4gq
YAML v3 deserializes maps as map[string]interface{} so we handle this in
MapImportSource now.
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
2022-06-18 11:49:24 -07:00