Skip to content

Commit

Permalink
doc: [MER-2380][MER-2381] add manpages for av stack next and prev (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: aviator-app[bot] <48659329+aviator-app[bot]@users.noreply.github.com>
  • Loading branch information
doratzeng and aviator-app[bot] committed Jun 5, 2023
1 parent 8470649 commit df588be
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/av-stack-next.1.md
@@ -0,0 +1,25 @@
# av-stack-next 1 "" av-cli "Aviator CLI User Manual"

# NAME

av-stack-next - Checkout a later branch in the stack.

# SYNOPSIS

`av stack next [<n> | --last]`

# DESCRIPTION

Checkout a later branch in the stack. Without any options, this will default to checking out the next branch in the stack.

# OPTIONS

`<n>`
: Checkout to the branch that is `<n>` branches after the current branch in the stack.

`--first`
: Checkout to the last branch in the stack.

# SEE ALSO

`av-pr-prev`(1)
25 changes: 25 additions & 0 deletions docs/av-stack-prev.1.md
@@ -0,0 +1,25 @@
# av-stack-prev 1 "" av-cli "Aviator CLI User Manual"

# NAME

av-stack-prev - Checkout a previous branch in the stack.

# SYNOPSIS

`av stack prev [<n> | --first]`

# DESCRIPTION

Checkout a previous branch in the stack. Without any options, this will default to checking out the previous branch in the stack.

# OPTIONS

`<n>`
: Checkout to the branch that is `<n>` branches before the current branch in the stack.

`--first`
: Checkout to the first branch in the stack.

# SEE ALSO

`av-pr-next`(1)

0 comments on commit df588be

Please sign in to comment.