From 5ff062d0092c4ff1c70dcd64dae68ebaa8b72747 Mon Sep 17 00:00:00 2001 From: amtoine Date: Thu, 14 Dec 2023 18:55:50 +0100 Subject: [PATCH] GENERATE THE DOC --- docs/nu-git-manager-sugar/git/gm-repo-fetch-branch.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/nu-git-manager-sugar/git/gm-repo-fetch-branch.md b/docs/nu-git-manager-sugar/git/gm-repo-fetch-branch.md index 535856c..26f2d0e 100644 --- a/docs/nu-git-manager-sugar/git/gm-repo-fetch-branch.md +++ b/docs/nu-git-manager-sugar/git/gm-repo-fetch-branch.md @@ -6,21 +6,24 @@ fetch a remote branch locally, without pulling down the whole remote ## Parameters - parameter_name: remote - parameter_type: positional -- syntax_shape: string +- syntax_shape: completable - is_optional: false - description: the branch to fetch +- custom_completion: get-remotes --- - parameter_name: branch - parameter_type: positional -- syntax_shape: string +- syntax_shape: completable - is_optional: false - description: the remote to fetch the branch from +- custom_completion: get-branches --- - parameter_name: strategy - parameter_type: named -- syntax_shape: string +- syntax_shape: completable - is_optional: true - description: the merge strategy to use +- custom_completion: get-strategies - parameter_default: none ## Signatures