diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -752,6 +752,8 @@ case "$1" in | |||
752 | _show_list ;; | 752 | _show_list ;; |
753 | star | s) | 753 | star | s) |
754 | mark=s _show_list ;; | 754 | mark=s _show_list ;; |
755 | all ) | ||
756 | mark=. _show_list ;; | ||
755 | fetch | f) | 757 | fetch | f) |
756 | _fetch_gists "$2" ;; | 758 | _fetch_gists "$2" ;; |
757 | new | n) | 759 | new | n) |