Skip to content

Commit

Permalink
Move --dist-legend to only the gitdist-status command
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 14, 2023
1 parent 9111399 commit 95fafb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tribits/python_utils/gitdist-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ alias gitdist-show-full-repo-state=gitdist_show_full_repo_state

# Setup for completions for git command and gitdist options commands
complete -o default -o nospace -F _git \
-W "dist-repo-status --dist-help --dist-use-git --dist-repos --dist-not-repos --dist-version-file --dist-version-file2 --dist-no-color --dist-debug --dist-no-opt --dist-mod-only --dist-legend" \
-W "dist-repo-status --dist-help --dist-use-git --dist-repos --dist-not-repos --dist-version-file --dist-version-file2 --dist-no-color --dist-debug --dist-no-opt --dist-mod-only" \
gitdist gitdist-mod
complete -o default -o nospace \
-W "--dist-use-git --dist-repos --dist-not-repos --dist-mod-only" \
Expand All @@ -82,5 +82,5 @@ complete -o default -o nospace \
-W "--dist-use-git --dist-repos --dist-not-repos --dist-mod-only" \
gitdist_show_full_repo_state gitdist-show-full-repo-state
complete -o default -o nospace \
-W "--dist-repos --dist-not-repos --dist-mod-only" \
-W "--dist-repos --dist-not-repos --dist-mod-only --dist-legend" \
gitdist-status

0 comments on commit 95fafb7

Please sign in to comment.