Skip to content

Commit

Permalink
add to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Feb 19, 2025
1 parent b32157e commit 6abe309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ If no command is passed, the argument to `Octo` is treated as a URL from where a
| | remove [label] | Remove a label |
| | create [label] | Create a new label |
| | delete [label] | Delete an existing label from repo |
| | edit [label] | Edit name or description of an existing label from repo |
| milestone | add [milestone] | Add a milestone to current Issue or PR |
| | remove | Remove a milestone from current Issue or PR |
| | create [milestone] | Create a new milestone |
Expand Down
3 changes: 2 additions & 1 deletion doc/octo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ See |octo-command-examples| for examples.
add [label] Add specified label or from the available label menu.
remove [label] Remove the specified label or from the menu.
create [label] Create a new label.
delete [label] Delete the specific label or from the available label menu.
delete [label] Delete the specified label or from the available label menu.
edit [label] Edit name or description of a specified label or from the available label menu.


:Octo assignee [action] *octo-commands-assignee*
Expand Down

0 comments on commit 6abe309

Please sign in to comment.