Skip to content

Commit

Permalink
[MER-2598] doc: Add av pr queue man page; hide unimplemented flags. (
Browse files Browse the repository at this point in the history
…#191)

Co-authored-by: aviator-app[bot] <48659329+aviator-app[bot]@users.noreply.github.com>
  • Loading branch information
ErichKramer and aviator-app[bot] authored Jul 26, 2023
1 parent fe8be90 commit dc2bc23
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/av/pr_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,9 @@ func init() {
&prQueueFlags.Targets, "targets", "t", "",
"additional targets affected by this pull request",
)
// These flags are not yet supported.
prQueueCmd.Flags().MarkHidden("targets")
prQueueCmd.Flags().MarkHidden("skip-line")

}

15 changes: 15 additions & 0 deletions docs/av-pr-queue.1.md
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)

0 comments on commit dc2bc23

Please sign in to comment.