diff options
author | typebrook <typebrook@gmail.com> | 2020-03-24 17:40:31 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-24 17:52:35 +0800 |
commit | d60df1619a62676bb486d6805048b167627834b2 (patch) | |
tree | 37cda8f68a5f8c868bd32176e81722b6984cde7f | |
parent | d8a9585c8195632cb351db8fa7f0eb9901dd8d5b (diff) |
Add shorter subcommand for 'all'
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -757,7 +757,7 @@ case "$1" in | |||
757 | _show_list ;; | 757 | _show_list ;; |
758 | star | s) | 758 | star | s) |
759 | mark=s _show_list ;; | 759 | mark=s _show_list ;; |
760 | all ) | 760 | all | a) |
761 | mark=. _show_list ;; | 761 | mark=. _show_list ;; |
762 | fetch | f) | 762 | fetch | f) |
763 | _fetch_gists "$2" ;; | 763 | _fetch_gists "$2" ;; |