class Object
Constants
- API
- CONFIG_PATH
Public Instance Methods
print_usage()
click to toggle source
# File bin/solve, line 9 def print_usage puts "Usage: solve <command> ...\n\n" puts "register <username> <email>\t\tRegister a new solve account" puts "link <username> <api_key>\t\tLink an existing solve account" puts "key\t\t\t\t\tShow your api key" puts "login\t\t\t\t\tLogin to site" puts "problem <problem_id> <language> [file]\tSubmit a solution to a problem (code for the solution is expected in STDIN or as a file path on command line)" exit end