Skip to content

Commit

Permalink
handle match ordering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Dec 25, 2024
1 parent 6baaa48 commit b500cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws_tool/ws
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ process_cli_args() {
-i|--interactive)
workstation_interactive=true;
;;
-*|--*)
--*|-*)
echo "Unknown option ${args[i]}";
exit 1;
;;
Expand Down

0 comments on commit b500cb5

Please sign in to comment.