Skip to content

Commit

Permalink
dorothy: fix uninstall action not being callable due to missing map (#…
Browse files Browse the repository at this point in the history
…193)

Add in missing action uninstall as decribed in help.

Action once added successfully uninstalls dorothy.
  • Loading branch information
BJReplay authored Dec 19, 2023
1 parent 19bb29b commit 157bba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/dorothy
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ function dorothy() (
't' | 'test')
action='test'
;;
'u' | 'uninstall')
action='uninstall'
;;
'todo' | 'todos')
action='todos'
;;
Expand Down

0 comments on commit 157bba4

Please sign in to comment.