-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MER-2598] doc: Add
av pr queue
man page; hide unimplemented flags. (…
…#191) Co-authored-by: aviator-app[bot] <48659329+aviator-app[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fe8be90
commit dc2bc23
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# av-pr-queue | ||
|
||
## NAME | ||
|
||
av-pr-queue - Queue an existng pull request for the current branch | ||
|
||
## DESCRIPTION | ||
|
||
Attempt to add an existing pull request for the current branch to the queue. | ||
If the current branch does not have an open pull request it will need to be | ||
created first. `av pr create` can accomplish this. | ||
|
||
## SEE ALSO | ||
|
||
`av-pr-create`(1) |