Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: [MER-2380][MER-2381] add manpages for av stack next and prev #158

Merged
merged 2 commits into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/av-stack-next.1.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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)