aboutsummaryrefslogtreecommitdiffstats
path: root/src/_shallow-backup
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-05-16 16:30:13 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-05-16 16:30:13 +0900
commit77cad16cc7b2bcab444e1f821ccde151eec49109 (patch)
tree9402938e80f629e519a2e7b9cdf0011453deda8b /src/_shallow-backup
parentFormat (diff)
downloadzsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.tar
zsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.tar.gz
zsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.tar.bz2
zsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.tar.lz
zsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.tar.xz
zsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.tar.zst
zsh-completions-77cad16cc7b2bcab444e1f821ccde151eec49109.zip
Update shallow-backup completion
Diffstat (limited to 'src/_shallow-backup')
-rw-r--r--src/_shallow-backup48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/_shallow-backup b/src/_shallow-backup
index 7adeaca..ed2e358 100644
--- a/src/_shallow-backup
+++ b/src/_shallow-backup
@@ -28,7 +28,7 @@
# 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
@@ -38,30 +38,30 @@
#
# ------------------------------------------------------------------------------
-
_shallow-backup() {
- _arguments \
- '(- 1 *)'{-h,--help}'[Show help and exit]' \
- '(- 1 *)'{-v,--version}'[Print version]' \
- '--add-dot[Add a dotfile or dotfolder to config by path]:PATH:_files' \
- '--backup-all[Full back up]' \
- '--backup-configs[Back up app config files]' \
- '--backup-dots[Back up dotfiles]' \
- '--backup-fonts[Back up installed fonts]' \
- '--backup-packages[Back up package libraries]' \
- '--delete-config[Delete config file]' \
- '--destroy-backup[Delete backup directory]' \
- '--dry-run[Do not backup or reinstall any files, just give verbose output]' \
- '--new-path[Input a new back up directory path]:PATH:_files -/' \
- '--no-new-backup-path-prompt[Skip setting new back up directory path prompt]' \
- '--no-splash[Do not display splash screen]' \
- '--reinstall-all[Full reinstallation]' \
- '--reinstall-configs[Reinstall configs]' \
- '--reinstall-dots[Reinstall dotfiles and dotfolders]' \
- '--reinstall-fonts[Reinstall fonts]' \
- '--reinstall-packages[Reinstall packages]' \
- '--remote[Set remote URL for the git repo]':url \
- '--show[Display config file]'
+ _arguments \
+ '(- 1 *)'{-h,--help}'[Show help and exit]' \
+ '(- 1 *)'{-v,--version}'[Print version]' \
+ '--add-dot[Add a dotfile or dotfolder to config by path]:PATH:_files' \
+ '--backup-all[Full back up]' \
+ '--backup-configs[Back up app config files]' \
+ '--backup-dots[Back up dotfiles]' \
+ '--backup-fonts[Back up installed fonts]' \
+ '--backup-packages[Back up package libraries]' \
+ '--delete-config[Delete config file]' \
+ '--destroy-backup[Delete backup directory]' \
+ '--dry-run[Do not backup or reinstall any files, just give verbose output]' \
+ '--new-path[Input a new back up directory path]:PATH:_files -/' \
+ '--no-new-backup-path-prompt[Skip setting new back up directory path prompt]' \
+ '--no-splash[Do not display splash screen]' \
+ '--reinstall-all[Full reinstallation]' \
+ '--reinstall-configs[Reinstall configs]' \
+ '--reinstall-dots[Reinstall dotfiles and dotfolders]' \
+ '--reinstall-fonts[Reinstall fonts]' \
+ '--reinstall-packages[Reinstall packages]' \
+ '--remote[Set remote URL for the git repo]':url \
+ '--edit[Open config file in $EDITOR]' \
+ '--show[Display config file]'
}
_shallow-backup