# File webapp/cli.rb, line 170 def run_cli if ARGV[0] == 'server' ARGV.shift run_cli_server else run_cli_offline end end