Add a bash completion "--force-sync" for repo sync
The new version v1.12.25 of repo add a new flas "--force-sync" This will add the bash completion of the flag Change-Id: I96700a1f13e6c5e1c361c48a4b778b4e7bc5dfed
This commit is contained in:
parent
8d2b2c75bf
commit
00eb9ce6e3
1 changed files with 1 additions and 0 deletions
|
@ -587,6 +587,7 @@ _repo_sync() {
|
|||
OPTIONS=(
|
||||
"-h" "--help"
|
||||
"-f" "--force-broken"
|
||||
"--force-sync"
|
||||
"-l" "--local-only"
|
||||
"-n" "--network-only"
|
||||
"-d" "--detach"
|
||||
|
|
Loading…
Reference in a new issue