diff --git a/commands/dorothy b/commands/dorothy index 9bb420b16..09c68f0f5 100755 --- a/commands/dorothy +++ b/commands/dorothy @@ -360,6 +360,9 @@ function dorothy() ( args+=("$@") shift $# ;; + 'uninstall') + action='uninstall' + ;; 'u' | 'up' | 'update') action='update' ;; @@ -392,9 +395,6 @@ function dorothy() ( 't' | 'test') action='test' ;; - 'u' | 'uninstall') - action='uninstall' - ;; 'todo' | 'todos') action='todos' ;;