|
1 | | -# command descriptions: command-description_{command} |
| 1 | +# command descriptions: {command}_description |
2 | 2 | # |--------------------------------------------------------------------------------------------------| |
3 | 3 |
|
4 | | -# parameter descriptions: parameter-description_{command}_{parameter} |
| 4 | +# parameter descriptions: {command}_parameter-description_{parameter} |
5 | 5 | # |--------------------------------------------------------------------------------------------------| |
6 | 6 |
|
7 | 7 | # common parameters |
|
11 | 11 |
|
12 | 12 | # /gh issue |
13 | 13 |
|
14 | | -command-description_gh-issue = |
| 14 | +gh-issue_description = |
15 | 15 | Get a link to a GitHub issue. |
16 | 16 |
|
17 | | -parameter-description_gh-issue_reference = |
| 17 | +gh-issue_parameter-description_reference = |
18 | 18 | Issue to look up (`owner/repo#123` or `#123`). Use `/gh login` to get autocomplete. |
19 | 19 |
|
20 | | -parameter-description_gh-issue_visibility = |
| 20 | +gh-issue_parameter-description_visibility = |
21 | 21 | {-parameter-description_visibility} |
22 | 22 |
|
23 | 23 | # /gh pr |
24 | 24 |
|
25 | | -command-description_gh-pr = |
| 25 | +gh-pr_description = |
26 | 26 | Get a link to a GitHub pull request. |
27 | 27 |
|
28 | | -parameter-description_gh-pr_reference = |
| 28 | +gh-pr_parameter-description_reference = |
29 | 29 | Pull request to look up (`owner/repo#123` or `#123`). Use `/gh login` to get autocomplete. |
30 | 30 |
|
31 | | -parameter-description_gh-pr_visibility = |
| 31 | +gh-pr_parameter-description_visibility = |
32 | 32 | {-parameter-description_visibility} |
33 | 33 |
|
34 | 34 | # /gh commit |
35 | 35 |
|
36 | | -command-description_gh-commit = |
| 36 | +gh-commit_description = |
37 | 37 | Get a link to a GitHub commit. |
38 | 38 |
|
39 | | -parameter-description_gh-commit_reference = |
| 39 | +gh-commit_parameter-description_reference = |
40 | 40 | Commit SHA to look up (`owner/repo@sha` or `@sha`). Use `/gh login` to get autocomplete. |
41 | 41 |
|
42 | | -parameter-description_gh-commit_visibility = |
| 42 | +gh-commit_parameter-description_visibility = |
43 | 43 | {-parameter-description_visibility} |
44 | 44 |
|
45 | 45 | # /gh repo |
46 | 46 |
|
47 | | -command-description_gh-repo = |
| 47 | +gh-repo_description = |
48 | 48 | Get a link to a GitHub repository. |
49 | 49 |
|
50 | | -parameter-description_gh-repo_repo = |
| 50 | +gh-repo_parameter-description_repo = |
51 | 51 | Repository to look up (`owner/repo`). Use `/gh login` to get autocomplete. |
52 | 52 |
|
53 | | -parameter-description_gh-repo_visibility = |
| 53 | +gh-repo_parameter-description_visibility = |
54 | 54 | {-parameter-description_visibility} |
55 | 55 |
|
56 | 56 | # /gh user |
57 | 57 |
|
58 | | -command-description_gh-user = |
| 58 | +gh-user_description = |
59 | 59 | Get a link to a GitHub user. |
60 | 60 |
|
61 | | -parameter-description_gh-repo_user = |
| 61 | +gh-user_parameter-description_user = |
62 | 62 | Username to look up. Use `/gh login` to get autocomplete. |
63 | 63 |
|
64 | | -parameter-description_gh-user_visibility = |
| 64 | +gh-user_parameter-description_visibility = |
65 | 65 | {-parameter-description_visibility} |
66 | 66 |
|
67 | 67 | # /gh login |
68 | 68 |
|
69 | | -command-description_gh-login = |
| 69 | +gh-login_description = |
70 | 70 | Authorize GitHub Utils to make requests on behalf of your GitHub account. |
71 | 71 |
|
72 | 72 | # /gh logout |
73 | 73 |
|
74 | | -command-description_gh-logout = |
| 74 | +gh-logout_description = |
75 | 75 | Remove your GitHub account from GitHub Utils. |
76 | 76 |
|
77 | 77 | # /gh status |
78 | 78 |
|
79 | | -command-description_gh-status = |
| 79 | +gh-status_description = |
80 | 80 | Show information about GitHub Utils. |
81 | 81 |
|
82 | | -parameter-description_gh-status_visibility = |
| 82 | +gh-status_parameter-description_visibility = |
83 | 83 | {-parameter-description_visibility} |
84 | 84 |
|
85 | 85 | # /gh search |
86 | 86 |
|
87 | | -command-description_gh-search = |
| 87 | +gh-search_description = |
88 | 88 | Search for things on GitHub. |
89 | 89 |
|
90 | 90 | # /gh search files |
91 | 91 |
|
92 | | -command-description_gh-search-files = |
| 92 | +gh-search-files_description = |
93 | 93 | Search for files in a repository by name. |
94 | 94 |
|
95 | | -parameter-description_gh-search-files_repo = |
| 95 | +gh-search-files_parameter-description_repo = |
96 | 96 | Repository to search in (`owner/repo`). |
97 | 97 |
|
98 | | -parameter-description_gh-search-files_query = |
| 98 | +gh-search-files_parameter-description_query = |
99 | 99 | Filename to search for. |
100 | 100 |
|
101 | | -parameter-description_gh-search-files_ref = |
| 101 | +gh-search-files_parameter-description_ref = |
102 | 102 | Branch name, tag name, or commit to search in. Defaults to the default branch of the repo. |
103 | 103 |
|
104 | | -parameter-description_gh-search-files_exact = |
| 104 | +gh-search-files_parameter-description_exact = |
105 | 105 | If true, use exact search; otherwise use fuzzy search. |
106 | 106 |
|
107 | | -parameter-description_gh-search-files_limit = |
| 107 | +gh-search-files_parameter-description_limit = |
108 | 108 | Maximum number of results to show. |
109 | 109 |
|
110 | | -parameter-description_gh-search-files_visibility = |
| 110 | +gh-search-files_parameter-description_visibility = |
111 | 111 | {-parameter-description_visibility} |
0 commit comments