Skip to content

Commit 9cc99b8

Browse files
committed
Fix command list action
1 parent 36e315e commit 9cc99b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gh-todo

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ while [ $# -gt 0 ]; do
6161
case "$1" in
6262
-v | --version)
6363
echo $version
64+
exit 0
6465
;;
6566
-h | --help)
6667
help
@@ -80,6 +81,9 @@ while [ $# -gt 0 ]; do
8081
fi
8182
add "$input"
8283
;;
84+
list)
85+
list
86+
;;
8387
*)
8488
help >&2
8589
exit 1

0 commit comments

Comments
 (0)