From 09addcb7ec74685d04ffa2e29cfb9873a33e899f Mon Sep 17 00:00:00 2001 From: Artin Date: Thu, 15 Sep 2022 14:09:22 +0800 Subject: [PATCH] Update cheat.zsh --- scripts/cheat.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cheat.zsh b/scripts/cheat.zsh index befe1b2..19448e2 100755 --- a/scripts/cheat.zsh +++ b/scripts/cheat.zsh @@ -40,7 +40,8 @@ _cheat() { '(-t --tag)'{-t,--tag}'[Return only sheets matching ]: :->taglist' \ '(-T --tags)'{-T,--tags}'[List all tags in use]: :->none' \ '(-v --version)'{-v,--version}'[Print the version number]: :->none' \ - '(--rm)--rm[Remove (delete) ]: :->personal' + '(--rm)--rm[Remove (delete) ]: :->personal' \ + '(-)*: :->full' case $state in (none)