Update shallow-backup completion
This commit is contained in:
parent
8af769e5f1
commit
77cad16cc7
|
@ -28,7 +28,7 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for shallow-backup: https://github.com/alichtman/shallow-backup
|
# Completion script for shallow-backup v6.4: https://github.com/alichtman/shallow-backup
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
@ -38,7 +38,6 @@
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
_shallow-backup() {
|
_shallow-backup() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'(- 1 *)'{-h,--help}'[Show help and exit]' \
|
'(- 1 *)'{-h,--help}'[Show help and exit]' \
|
||||||
|
@ -61,6 +60,7 @@ _shallow-backup() {
|
||||||
'--reinstall-fonts[Reinstall fonts]' \
|
'--reinstall-fonts[Reinstall fonts]' \
|
||||||
'--reinstall-packages[Reinstall packages]' \
|
'--reinstall-packages[Reinstall packages]' \
|
||||||
'--remote[Set remote URL for the git repo]':url \
|
'--remote[Set remote URL for the git repo]':url \
|
||||||
|
'--edit[Open config file in $EDITOR]' \
|
||||||
'--show[Display config file]'
|
'--show[Display config file]'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue