Skip to content

Commit

Permalink
Merge pull request #27 from ResilientApp/testAPI
Browse files Browse the repository at this point in the history
Added test api function
  • Loading branch information
gopuman authored Apr 9, 2024
2 parents 91147e8 + 5dbbc31 commit 6530c3e
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 6530c3e

Please sign in to comment.