diff --git a/docs/av-stack-next.1.md b/docs/av-stack-next.1.md new file mode 100644 index 00000000..a906e6b9 --- /dev/null +++ b/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 [ | --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 + +`` +: Checkout to the branch that is `` branches after the current branch in the stack. + +`--first` +: Checkout to the last branch in the stack. + +# SEE ALSO + +`av-pr-prev`(1) diff --git a/docs/av-stack-prev.1.md b/docs/av-stack-prev.1.md new file mode 100644 index 00000000..0a715339 --- /dev/null +++ b/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 [ | --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 + +`` +: Checkout to the branch that is `` branches before the current branch in the stack. + +`--first` +: Checkout to the first branch in the stack. + +# SEE ALSO + +`av-pr-next`(1)