Skip to content

Commit

Permalink
Fix command list action
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Sep 4, 2021
1 parent 36e315e commit 9cc99b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gh-todo
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ while [ $# -gt 0 ]; do
case "$1" in
-v | --version)
echo $version
exit 0
;;
-h | --help)
help
Expand All @@ -80,6 +81,9 @@ while [ $# -gt 0 ]; do
fi
add "$input"
;;
list)
list
;;
*)
help >&2
exit 1
Expand Down

0 comments on commit 9cc99b8

Please sign in to comment.