|
27 | 27 | # User agent string |
28 | 28 | # shellcheck disable=SC2034 |
29 | 29 | # SC2034 : USER_AGENT appears unused. Verify use (or export if used externally) |
30 | | -USER_AGENT=https://github.com/dspinellis/git-issue/tree/ea66152 |
| 30 | +USER_AGENT=https://github.com/dspinellis/git-issue/tree/e643025 |
31 | 31 |
|
32 | 32 | # Determine our script library path |
33 | 33 | my_IFS=$IFS |
@@ -1376,44 +1376,44 @@ usage: git issue <command> [<args>] |
1376 | 1376 | The following commands are available: |
1377 | 1377 |
|
1378 | 1378 | Start an issue repository |
1379 | | - clone Clone the specified remote repository |
1380 | | - init Create a new issues repository in the current directory |
| 1379 | + clone Clone the specified remote repository. |
| 1380 | + init Create a new issues repository in the current directory. |
1381 | 1381 |
|
1382 | 1382 | Work with an issue |
1383 | | - new Create a new open issue (with optional -s summary and -c "provider user repo" for github/gitlab export) |
1384 | | - show Show specified issue (and its comments with -c) |
1385 | | - comment Add an issue comment |
| 1383 | + new Create a new open issue (with optional -s summary and -c "provider user repo" for github/gitlab export). |
| 1384 | + show Show specified issue (and its comments with -c). |
| 1385 | + comment Add an issue comment. |
1386 | 1386 | edit Edit the specified issue's (or comment's with -c) description |
1387 | | - tag Add (or remove with -r) a tag |
1388 | | - milestone Specify (or remove with -r) the issue's milestone |
1389 | | - weight Specify (or remove with -r) the issue's weight |
1390 | | - duedate Specify (or remove with -r) the issue's due date |
1391 | | -* timeestimate: Specify (or remove with -r) a time estimate for this issue |
1392 | | - timespent Specify (or remove with -r) the time spent working on an issue so far |
1393 | | - assign Assign (or remove -r) an issue to a person |
1394 | | - attach Attach (or remove with -r) a file to an issue |
1395 | | - watcher Add (or remove with -r) an issue watcher |
| 1387 | + tag Add (or remove with -r) a tag. |
| 1388 | + milestone Specify (or remove with -r) the issue's milestone. |
| 1389 | + weight Specify (or remove with -r) the issue's weight. |
| 1390 | + duedate Specify (or remove with -r) the issue's due date. |
| 1391 | +* timeestimate: Specify (or remove with -r) a time estimate for this issue. |
| 1392 | + timespent Specify (or remove with -r) the time spent working on an issue so far. |
| 1393 | + assign Assign (or remove -r) an issue to a person. |
| 1394 | + attach Attach (or remove with -r) a file to an issue. |
| 1395 | + watcher Add (or remove with -r) an issue watcher. |
1396 | 1396 | close Remove the open tag, add the closed tag |
1397 | 1397 |
|
1398 | 1398 | Show multiple issues |
1399 | | - list List open issues (or all with -a) |
1400 | | -* list -l formatstring: This will list issues in the specified format, given as an argument to -l |
| 1399 | + list List open issues (or all with -a). |
| 1400 | +* list -l formatstring: This will list issues in the specified format, given as an argument to -l. |
1401 | 1401 |
|
1402 | 1402 | Work with multiple issues |
1403 | | -* filter-apply command: Run command in every issue directory The following environment variables will be set: |
| 1403 | +* filter-apply command: Run command in every issue directory. The following environment variables will be set: |
1404 | 1404 |
|
1405 | 1405 | Synchronize with remote repositories |
1406 | | - push Update remote Git repository with local changes |
1407 | | - pull Update local Git repository with remote changes |
1408 | | - import Import/update GitHub/GitLab issues from the specified project |
1409 | | - create Create the issue in the provided GitHub repository |
1410 | | - export Export modified issues for the specified project |
1411 | | - exportall Export all open issues in the database (-a to include closed ones) to GitHub/GitLab. Useful for cloning whole repositories |
| 1406 | + push Update remote Git repository with local changes. |
| 1407 | + pull Update local Git repository with remote changes. |
| 1408 | + import Import/update GitHub/GitLab issues from the specified project. |
| 1409 | + create Create the issue in the provided GitHub repository. |
| 1410 | + export Export modified issues for the specified project. |
| 1411 | + exportall Export all open issues in the database (-a to include closed ones) to GitHub/GitLab. Useful for cloning whole repositories. |
1412 | 1412 |
|
1413 | 1413 | Help and debug |
1414 | | - help Display help information about git issue |
| 1414 | + help Display help information about git issue. |
1415 | 1415 | log Output a log of changes made |
1416 | | - git Run the specified Git command on the issues repository |
| 1416 | + git Run the specified Git command on the issues repository. |
1417 | 1417 | USAGE_EOF |
1418 | 1418 | } |
1419 | 1419 |
|
|
0 commit comments