Skip to content

Commit

Permalink
Added test api function
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Apr 9, 2024
1 parent 0401906 commit 5dbbc31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/res_cli/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ def self.start
delete_instance(instance_id)
end

opts.on('-t', '--test-api', 'Test API') do
testAPI
end

opts.on('-h', '--help', 'Display this help message') do
help
exit
Expand Down

0 comments on commit 5dbbc31

Please sign in to comment.