class Dapp::CLI::Command::Sample::List
Public Instance Methods
log_running_time()
click to toggle source
# File lib/dapp/cli/command/sample/list.rb, line 18 def log_running_time false end
run(argv = ARGV)
click to toggle source
# File lib/dapp/cli/command/sample/list.rb, line 13 def run(argv = ARGV) self.class.parse_options(self, argv) run_dapp_command(run_method, options: cli_options) end