Commit Graph

135 Commits

Author SHA1 Message Date
Ihor Urazov
1150c2e180
Properly detect Zsh shell
There is no need to define custom shell var, when Zsh can be detected by
checking SHELL env var.
2022-04-19 16:25:16 -04:00
Ana Krivokapić
7b2e60968b
Small fixes to the v2 migration guide (#1340)
- Add missing items to TOC
- Remove items from TOC that don't exist in the document
- Reorder the items in TOC to match the document
2022-03-13 22:29:56 -04:00
Mritunjay Kumar Sharma
9afa0745ed
docs: Added some deprecated parts in migrating to v2 (#1319)
Co-authored-by: Robert Liebowitz <rliebz@gmail.com>
2021-12-30 07:17:48 -05:00
Tom Limoncelli
56bfa4be20
DOCS: Replace deprecated functions (#1317) 2021-12-30 06:43:21 -05:00
JayCeeJr
1259f1efc9
Unnecessary words (#1304)
It is unclear what `as the default` means.

Much more concise to remove it.
2021-09-15 23:16:31 -04:00
Robert Liebowitz
498b50b3e1
Merge pull request #1214 from anicoll/flag_lineage_fix
fix for parent context not setting child flags
2021-01-28 23:16:40 -05:00
Travis Lane
1f380b0733
fix: Fixup runnable example input arguments
This command has no name, so drop the `test-cmd` in `args`.
2021-01-24 20:54:48 -05:00
Andrew Nicoll
a27ce0e881 unable to see whats happening here with lack of debug but this seems to resolve the failing doc test 2020-12-09 11:48:33 +00:00
Benjamin Kane
7c756af2b4
Add link to pkg.go.dev docs 2020-11-27 21:30:44 -08:00
Robert Liebowitz
3629eb8550
Merge pull request #1139 from kirinnee/master
Added manual and script for PowerShell autocomplete
2020-10-31 11:56:33 -04:00
Alberts Zemzale
d273947592 Remove incorrect bracket in v2 docs example 2020-08-23 13:35:59 +03:00
Alberts Zemzale
bed468fb76 Fix v1 aliases syntax in v2 docs 2020-08-13 19:15:35 +03:00
Saulius Gurklys
dff8accf57
Fix typo
Fixed small typo.
2020-07-01 23:20:25 +03:00
Tiago Matias
5b263d0ace
fix link to docs on v2 manual
was pointing to v1 docs
2020-06-15 12:04:06 -03:00
kirinnee
9523a3481b
Updated Docs Header in table of content for PowerShell support 2020-06-08 10:54:27 +08:00
kirinnee
b236763df5
Added manual and script for PowerShell autocomplete 2020-05-18 11:19:00 +08:00
Tom Limoncelli
42aad27f4c Document EnvVar change 2020-05-12 08:11:29 -04:00
lynn [they]
7a390105cb
Merge pull request #1098 from TomOnTime/migration
Add a v1 => v2 migration guide
2020-04-06 16:23:21 -07:00
Tom Limoncelli
2f5b961b06 Link to migration guide 2020-04-04 06:13:16 -04:00
Tom Limoncelli
9fd9cd1117 Link to migration guide 2020-04-04 06:09:14 -04:00
Tom Limoncelli
200fa41ab3 Revert v2/manual.md 2020-03-31 18:59:44 -04:00
Tom Limoncelli
be370eb485 Re-order items to be more logical. 2020-03-31 18:58:39 -04:00
Tom Limoncelli
84c98fac3e Move migration to a separate file.Move migration to a separate file 2020-03-31 18:54:05 -04:00
lynn [they]
f41aa2567f
Update CHANGELOG.md 2020-03-31 15:01:22 -07:00
lynn [they]
28789a9775
Update CHANGELOG.md 2020-03-31 15:00:40 -07:00
Tom Limoncelli
dc7ae10a15 fixup! 2020-03-30 10:57:50 -04:00
Tom Limoncelli
caa97b585e Fix TOC 2020-03-29 11:29:34 -04:00
Tom Limoncelli
9faa4e4097 Fix TOC 2020-03-29 11:26:02 -04:00
Tom Limoncelli
6b3b21728c Fix TOC 2020-03-29 11:24:23 -04:00
Tom Limoncelli
228f1c9c58 fixup! 2020-03-29 11:15:13 -04:00
Tom Limoncelli
7a4368def7 fixup! 2020-03-29 11:11:03 -04:00
Tom Limoncelli
710df05119 Add a v1 => v2 migration guide 2020-03-29 11:02:05 -04:00
litongxue
f7ef1e38d6 fix typo in v2 manual.md demo code 2020-03-18 14:32:57 +08:00
lynn [they]
526f019335
Update CHANGELOG.md 2020-03-09 01:37:39 -07:00
lynn [they]
2604b5e82d
Update CHANGELOG.md 2020-03-09 01:35:19 -07:00
lynn [they]
ff1566ff2b
Update CHANGELOG.md 2020-03-08 03:58:52 -07:00
Sascha Grunert
002bde2233
Add suggestions support
The new option `app.Suggest` enables command and flag suggestions via
the jaro-winkler distance algorithm. Flags are scoped to their
appropriate commands whereas command suggestions are scoped to the
current command level.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-03-03 13:06:34 +01:00
lynn [they]
ee73e2737f
Update CHANGELOG.md 2020-02-25 22:03:39 -08:00
Robert Liebowitz
d04c0883fc
Merge pull request #1062 from zhsj/fix-zsh
Fix zsh completion scripts
2020-02-11 06:41:51 -05:00
tsubasa
e5116c870d
Added & before cli flag
Added & before cli flag
2020-02-11 15:12:31 +09:00
Shengjing Zhu
748fe05362 Fix zsh completion scripts
This fix completion when argument startswith -
And prevent completing a space when no candidates
2020-02-10 01:43:36 +08:00
Mason Johnson
305e3decba Improved auto-completion instructions and example gifs 2020-02-05 17:51:33 -07:00
Ajitem Sahasrabuddhe
8a9326b22d
Update manual.md
formatting nits
2020-01-27 11:14:24 +05:30
Ajitem Sahasrabuddhe
f497fa3b9f
fix order of placement and toc 2020-01-26 19:49:43 +05:30
Ajitem Sahasrabuddhe
1efee6b1da
docs test expects a regex of output 2020-01-26 19:45:04 +05:30
Ajitem Sahasrabuddhe
1c57160c23
Update manual.md 2020-01-26 19:19:11 +05:30
Ajitem Sahasrabuddhe
ec94e0e667
fix problem with quotations 2020-01-26 19:15:30 +05:30
Ajitem Sahasrabuddhe
4c4f52c2b7
fix unexpected end of JSON input 2020-01-26 19:07:37 +05:30
Martin Lees
21ae70fe62
Removed trailing " that makes ci fail
Editing this on my phone, not 100% sure if this will work but we'll see
2019-12-28 23:41:32 +01:00
Martin Lees
3f80cc798f
Merge branch 'master' into patch-1 2019-12-28 23:35:18 +01:00
Lynn
e491e7987e
Merge remote-tracking branch 'origin' into uncomment 2019-12-25 08:34:27 -08:00
lynn [they]
efad8c4d92
Merge branch 'master' into patch-1 2019-12-25 08:17:36 -08:00
lynn [they]
78a8ee98a9
Merge branch 'master' into lynncyrin-patch-8 2019-12-25 08:06:25 -08:00
Lynn
82aed76272
uncomment 2019-12-25 08:05:23 -08:00
Lynn Cyrin
5b57b2bf67
add changelog 2019-12-24 09:46:31 -08:00
Lynn Cyrin
b429f0381c
fix identation diff 2019-12-24 09:35:38 -08:00
Lynn Cyrin
c806e29aa5
fix doc tests 2019-12-24 09:34:31 -08:00
Lynn Cyrin
5e433e09e6
Revert "Update manual.md"
This reverts commit 49db826a05.
2019-12-24 07:23:17 -08:00
lynn [they]
49db826a05
Update manual.md 2019-12-24 06:13:41 -08:00
lynn [they]
041d4f6437
Merge branch 'master' into patch-1 2019-12-24 06:06:13 -08:00
lynn [they]
eed2043467
Update CHANGELOG.md 2019-12-24 04:01:27 -08:00
lynn [they]
93fe02a272
Update CHANGELOG.md 2019-12-24 03:59:10 -08:00
Lynn Cyrin
9ab51c32d9
appease gfmrun 2019-12-21 15:48:07 -08:00
Lynn Cyrin
daa24f660a
copy cleanup, remove feature not present in pr 2019-12-21 14:47:18 -08:00
Lynn Cyrin
e373baeb40
toc 2019-12-21 14:40:04 -08:00
Lynn Cyrin
bff6ec509b
Merge remote-tracking branch 'anberns/feature-add-flag-error-interface' into lynncyrin-patch-8
Co-authored-by: Aaron Berns <anberns@gmail.com>
2019-12-21 14:36:31 -08:00
Lynn Cyrin
90a349938e
temp remove 2019-12-21 14:31:20 -08:00
lynn [they]
e6e7a02882
Update manual.md 2019-12-21 13:57:36 -08:00
Martin Lees
e264ede352
Update manual.md 2019-12-18 23:02:14 +01:00
Martin Lees
f581ba6c58
Add timestampFlag docs
Reason for this PR is that it makes the CI fail until #987 is merged
2019-12-18 17:35:29 +01:00
Ajitem Sahasrabuddhe
6515054c1d
Update Manual 2019-11-28 12:31:14 +05:30
Sascha Grunert
41b2ed1593
Fix gofmrun for v2 manual
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-23 20:14:49 -08:00
Lynn Cyrin
cca5dd14d8 use up less space 2019-11-17 22:25:47 -08:00
Lynn Cyrin
d301b5a608 v2 credits 2019-11-17 22:23:03 -08:00
Lynn Cyrin
645bbb6478 v1 changelog 2019-11-17 22:13:19 -08:00
Lynn Cyrin
ec54507fa2 typos 2019-11-17 20:39:40 -08:00
Lynn Cyrin
3e65ba85a0 v1 and v2 releases 2019-11-17 13:14:22 -08:00
Ajitem Sahasrabuddhe
84461bc1ff
Update CHANGELOG.md
update changelog
2019-11-08 22:11:34 +05:30
Lynn Cyrin
8576adbf98 clip contributing guidelines 2019-10-23 22:22:04 -07:00
Lynn Cyrin
19756499b9 fix spacing 2019-10-23 22:19:35 -07:00
Lynn Cyrin
c8c0a048fb Merge remote-tracking branch 'origin' into v2-master-merge 2019-10-23 22:15:30 -07:00
Lynn Cyrin
89063681e4
update to latest docs 2019-10-12 01:05:32 -07:00
Lynn Cyrin
7b94268970 Revert "test ci"
This reverts commit 0e915773a9.
2019-09-15 22:09:31 -07:00
Lynn Cyrin
0e915773a9 test ci 2019-09-15 22:02:58 -07:00
Lynn Cyrin
43f9b3ff1c setup versioned docs 2019-09-15 20:41:43 -07:00