Commit Graph
100 Commits
Author SHA1 Message Date
meatballhat 12a4c542ec Merge pull request #1402 from mostynb/fix_typo
Fix 'repetetive' typo
2022-05-24 08:11:38 -04:00
meatballhat 5ff4e2ac38 Merge pull request #1405 from AkihiroSuda/remove-gpl2-dependency
Remove GPL2 dependency introduced in v2.7.0
2022-05-24 08:07:41 -04:00
meatballhat 595cabc60c Merge pull request #1403 from urfave/gfmrun-current
Run docs tests against current work tree
2022-05-23 07:50:02 -04:00
meatballhat 8f47e6dc97 Set absolute bash path
and slightly revert assertion in docs test to ensure flag ordering
2022-05-23 07:44:58 -04:00
meatballhat 5edc1b95e8 Run docs tests against current work tree
by creating a temporary go workspace to be used by gfmrun via `TMPDIR`.
2022-05-22 22:18:00 -04:00
meatballhat 24197006ef Merge pull request #1399 from urfave/docs-pointer
Point to the docs tree and site from top-level README
2022-05-22 11:15:26 -04:00
meatballhat 9de0cd3c4a Merge pull request #1396 from urfave/suggestion-pluggability
Introduce override hooks for suggestions
2022-05-22 11:14:46 -04:00
meatballhat 9e65b4d085 Merge pull request #1368 from urfave/michaeljs1990-add-flag-category-support
Add flag category support (#796)
2022-05-22 11:14:20 -04:00
meatballhat 4bca72cea1 Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-22 11:06:38 -04:00
meatballhat 939ab7f9e7 Merge pull request #1365 from urfave/security-policy-doc
Add a security policy document
2022-05-22 09:53:13 -04:00
meatballhat 60a6bf5866 Merge pull request #1354 from urfave/mostynb-report_source_of_parse_errors
Merging mostynb report source of parse errors
2022-05-22 09:51:53 -04:00
meatballhat fc27cb08fc Merge remote-tracking branch 'origin/main' into mostynb-report_source_of_parse_errors 2022-05-22 09:44:39 -04:00
meatballhat f528cf0a1e Merge pull request #1350 from urfave/applying-pr1218
Another approach for zsh completion (#1218)
2022-05-22 09:40:38 -04:00
meatballhat e66017d73a Refinements to removal of zsh hack 2022-05-22 09:07:03 -04:00
meatballhat e66ce91db1 Merge remote-tracking branch 'origin/main' into applying-pr1218 2022-05-22 08:53:47 -04:00
meatballhat a78717f4f9 Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-19 07:40:56 -04:00
meatballhat 5c1c2ea35d Merge pull request #1400 from urfave/docs-publish-debugging
Docs publishing fixes
2022-05-18 23:23:23 -04:00
meatballhat b3359c3e27 Re-enable workflow conditions 2022-05-18 23:20:47 -04:00
meatballhat e7f3925a5a Use correct yaml multiline 🤦 2022-05-18 23:19:10 -04:00
meatballhat e592640fdb Unshallow the clone + toc cleanups 2022-05-18 23:17:57 -04:00
meatballhat 5988cc6040 Try running mkdocs steps directly 2022-05-18 23:13:45 -04:00
meatballhat 70e1ed4c9d Attempt to work around materialx yaml loader boom 2022-05-18 22:58:46 -04:00
meatballhat 522b7e0d92 Use existing secret name in docs publish step 2022-05-18 22:46:36 -04:00
meatballhat 660d25f14d Un-delete non-redundant docs 2022-05-18 22:37:44 -04:00
meatballhat 4536c8742d Point to the docs tree and site from top-level README 2022-05-18 22:34:28 -04:00
meatballhat 061250ade5 Use correctly spelled repo name in mkdocs config 2022-05-18 22:30:07 -04:00
meatballhat 5bb9f453dc Also make the did-you-mean template pluggable 2022-05-17 09:24:17 -04:00
meatballhat 68bd4903fd Introduce override hooks for suggestions
Related to https://github.com/urfave/cli/pull/1390#discussion_r871398659
2022-05-17 09:02:17 -04:00
meatballhat e770ee9794 Merge pull request #1390 from urfave/saschagrunert-suggestions
Add suggestions support (#977)
2022-05-17 08:59:47 -04:00
meatballhat f3cf7640c7 Backing out build tag for suggestions per recommendation
from @kolyshkin 🙇
2022-05-17 08:49:15 -04:00
meatballhat 3c923e7a44 Merge remote-tracking branch 'origin/main' into saschagrunert-suggestions 2022-05-17 08:45:13 -04:00
meatballhat 97a222b471 Merge pull request #1392 from urfave/mkdocs-setup
Mkdocs setup
2022-05-17 08:43:36 -04:00
meatballhat 3f5007dc76 Merge remote-tracking branch 'origin/main' into mkdocs-setup 2022-05-08 21:59:51 -04:00
meatballhat c468566272 Touching up more mkdocs details 2022-05-08 20:49:08 -04:00
meatballhat c11460548d Merge pull request #1393 from urfave/generate-req-viz
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 20:21:34 -04:00
meatballhat bc9ad9fede Generate RequiredFlag and VisibleFlag implementations 2022-05-08 13:52:32 -04:00
meatballhat 8da1afc62b Un-rename manual docs + symlink instead 2022-05-08 11:38:41 -04:00
meatballhat 858ce7ee6d Initial mkdocs setup
Connected to #1343
2022-05-08 11:36:03 -04:00
meatballhat 9bd6349ed2 Add example app for suggestion in command
and further reduce example output diff potential
2022-05-07 23:06:43 -04:00
meatballhat 34eed95a8e Reduce amount of text compared in suggest example app 2022-05-07 22:06:39 -04:00
meatballhat 9da2c564f8 Add example app with Suggest support 2022-05-07 20:57:44 -04:00
meatballhat 974f2d410d Guard suggestion capability (+ dependency) with build tag 2022-05-07 15:21:00 -04:00
meatballhat 63b1a7deee A few follow-up conflict resolutions 2022-05-07 14:43:15 -04:00
meatballhat 3d67b75be7 Merge branch 'suggestions' of ssh://github.com/saschagrunert/cli into saschagrunert-suggestions 2022-05-07 14:40:04 -04:00
meatballhat 32be625ece Use google group email addresses 2022-05-07 09:30:42 -04:00
meatballhat 31d60903db Merge remote-tracking branch 'origin/main' into security-policy-doc 2022-05-07 09:23:36 -04:00
meatballhat 04f5ff0315 Merge branch 'main' into mostynb-report_source_of_parse_errors 2022-05-07 08:57:48 -04:00
meatballhat 6c811a82df Merge branch 'main' into applying-pr1218 2022-05-07 08:57:31 -04:00
meatballhat 21d435d4d1 Adapt flag generation for flag categories 2022-05-07 08:50:09 -04:00
meatballhat ae97940956 Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-07 08:45:57 -04:00
meatballhat c6f7393473 Merge pull request #1385 from urfave/semver-approval-gate
Introduce a v2.x semver approval gate
2022-05-07 08:35:02 -04:00
meatballhat 2b272642ca Merge branch 'main' into semver-approval-gate 2022-05-06 22:25:48 -04:00
meatballhat 48f612c60d Merge pull request #1382 from urfave/generating-flags-again
Generate flag types (again?)
2022-05-06 22:25:16 -04:00
meatballhat 16d5d5a3df Some changes per feedback in #1368 2022-05-06 22:23:17 -04:00
meatballhat f1834d176f Update docs with corrected flag value 2022-05-04 23:12:27 -04:00
meatballhat 8270a2ed98 Merge remote-tracking branch 'origin/generating-flags-again' into semver-approval-gate 2022-05-04 23:11:50 -04:00
meatballhat 2ac3904d12 Include * in documented flag value type when applicable 2022-05-04 23:11:05 -04:00
meatballhat 3288bec5be Introduce a v2.x semver approval gate 2022-05-04 10:32:29 -04:00
meatballhat 71cd131794 Add more tests to flag generation code 2022-05-01 23:36:59 -04:00
meatballhat adc61ca06b Add another missing go.sum entry (?) 2022-05-01 23:18:16 -04:00
meatballhat 2630f2642a Add missing go.sum entry
plus minor touchups to genflags app
2022-05-01 23:16:59 -04:00
meatballhat ed0033984b Generate flag types (again?)
Closes #1381
2022-05-01 23:02:05 -04:00
meatballhat cbd9bd97e8 Merge pull request #1367 from toaster/feature/1316-simplified_flag_value_access
Simplified flag value access
2022-04-30 20:53:22 -04:00
meatballhat e7db6af492 Merge remote-tracking branch 'origin/main' into mostynb-report_source_of_parse_errors 2022-04-30 14:19:06 -04:00
meatballhat f3ef95f8cc Tighten up restriction on SHELL match 2022-04-30 14:16:54 -04:00
meatballhat 56837b07d3 Merge remote-tracking branch 'origin/main' into applying-pr1218 2022-04-30 14:15:48 -04:00
meatballhat 156eaafb22 Rework flag categories a bit
with internal maps instead of slices and slightly less public API
surface area
2022-04-30 08:59:50 -04:00
meatballhat ddac788d85 Correct doc comment per feedback 2022-04-28 20:42:24 -04:00
meatballhat a583a102fd Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-04-28 20:29:09 -04:00
meatballhat 8cc43782ed Merge branch 'main' into feature/1316-simplified_flag_value_access 2022-04-26 08:12:17 -04:00
meatballhat 76418f2642 Merge pull request #1377 from urfave/vipally-ally_fix_multi_val
Accept multi-value input on slice flags (#1241)
2022-04-26 08:09:18 -04:00
meatballhat a07f0d18cf Merge pull request #1371 from urfave/release-metadata
Cleaning up some release-related metadata & docs
2022-04-26 07:58:08 -04:00
meatballhat 1bef0318f9 Footnote update per feedback in #1365 2022-04-26 07:52:30 -04:00
meatballhat 77fb75adf7 Merge pull request #1375 from kolyshkin/no-docs
Add `urfave_cli_no_docs` build tag
2022-04-25 23:13:25 -04:00
meatballhat e20d3d4d0f Merge branch 'main' into no-docs 2022-04-25 23:09:17 -04:00
meatballhat 924052a2f3 Merge pull request #1346 from jolheiser/hidden-flag
Exclude hidden sub-command flags from docs
2022-04-25 23:05:43 -04:00
meatballhat 6538e95d65 Merge branch 'ally_fix_multi_val' of ssh://github.com/vipally/cli into vipally-ally_fix_multi_val 2022-04-25 22:45:39 -04:00
meatballhat e275e95e2c Merge pull request #1376 from urfave/duration-default-regression
Do not apply altsrc input values that are not set
2022-04-25 22:30:13 -04:00
meatballhat cdb1730b7d Drop extra if condition 2022-04-25 22:21:46 -04:00
meatballhat 8fe4d792d1 Merge branch 'main' into duration-default-regression 2022-04-25 22:20:14 -04:00
meatballhat ac641ffda5 Add more test coverage around unset input source applying 2022-04-25 22:15:39 -04:00
meatballhat dbeef68cbf Merge pull request #1374 from 53jk1/main
Remove some unused code
2022-04-25 21:42:13 -04:00
meatballhat fe1468cc86 Make the altsrc input source context isSet method private
so that it doesn't extend the public surface area, instead focusing on
being a bugfix _only_.
2022-04-25 20:49:31 -04:00
meatballhat efe04493fc Only apply altsrc input source values when set
Closes #1373
2022-04-25 20:43:43 -04:00
meatballhat b42bf698a1 Add note about looming EOL of v1 2022-04-25 20:24:10 -04:00
meatballhat e3aa8d3246 Add failing test for #1373 2022-04-25 20:16:01 -04:00
meatballhat b58a588b89 Merge branch 'main' into release-metadata 2022-04-24 13:17:15 -04:00
meatballhat 59ec2a1d5a Merge pull request #1262 from dearchap/issue_1199
Allow -ve values for int, float & duration
2022-04-24 13:14:41 -04:00
meatballhat f6c020fa09 Spelling fixes thanks to @asmaloney 🙇 2022-04-24 12:59:12 -04:00
meatballhat 11b3a30b4a Add a new document specifically for releasing 2022-04-24 09:17:59 -04:00
meatballhat 68da1cd6bc Merge remote-tracking branch 'origin/main' into release-metadata 2022-04-24 08:27:02 -04:00
meatballhat c864c2425e Merge pull request #1260 from dearchap/issue_1254
Add test case for short option handling
2022-04-24 08:25:02 -04:00
meatballhat de589511d8 Nit updates to changelog admonition 2022-04-24 08:14:05 -04:00
meatballhat f1ce5c74b0 Cleaning up some release-related metadata 2022-04-24 08:10:33 -04:00
meatballhat 801780fcc1 Merge pull request #1370 from urfave/unshadow-context
Unshadow `context` package
2022-04-24 07:56:00 -04:00
meatballhat 9ce946162f Unshadow context package
and consistently name `*cli.Context` vars and method receivers `cCtx`
2022-04-23 22:07:16 -04:00
meatballhat e4580f0c50 Extend flag categorization to top-level (global) flags 2022-04-22 15:44:59 -04:00
meatballhat 75e4ee69e9 Porting remainder of #796 2022-04-22 15:01:40 -04:00
meatballhat 44958693a1 Merge branch 'add-flag-category-support' of ssh://github.com/michaeljs1990/cli into michaeljs1990-add-flag-category-support 2022-04-22 13:56:03 -04:00
meatballhat 849e7f0ec9 Merge branch 'main' into security-policy-doc 2022-04-22 10:56:41 -04:00