cli: document that "git push --all" includes deleted branches

Since deleted branches are a bit special, I couldn't be sure that --all
includes deleted without reading the source code.
This commit is contained in:
Yuya Nishihara 2023-06-29 16:09:59 +09:00
parent b1267cae4b
commit f0b9969e74

View file

@ -132,7 +132,7 @@ pub struct GitPushArgs {
/// Push only this branch (can be repeated)
#[arg(long, short)]
branch: Vec<String>,
/// Push all branches
/// Push all branches (including deleted branches)
#[arg(long)]
all: bool,
/// Push all deleted branches