Skip to content

Commit 704150a

Browse files
Show unknown command error message
1 parent 08269de commit 704150a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby_wasm/cli.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def run(args)
3535
when "pack"
3636
pack(args)
3737
else
38+
@stderr.puts "Unknown command: #{command}"
3839
@stderr.puts parser
3940
exit
4041
end

0 commit comments

Comments
 (0)