Sha256: 83d6f55ae3eb1bf492014f4bdf822bcee39bb79968f786abe80bc839803e0a60
Contents?: true
Size: 289 Bytes
Versions: 8
Compression:
Stored size: 289 Bytes
Contents
#!/usr/bin/env ruby ARGV << '--help' if ARGV.empty? aliases = { "c" => "console", "a" => "add_external_account" } command = ARGV.shift command = aliases[command] || command require_relative '../lib/esp/commands/commands_tasks' ESP::CommandsTasks.new(ARGV).run_command!(command)
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
esp_sdk-2.8.0 | bin/esp |
esp_sdk-2.7.0 | bin/esp |
esp_sdk-2.6.0 | bin/esp |
esp_sdk-2.5.0 | bin/esp |
esp_sdk-2.4.0 | bin/esp |
esp_sdk-2.3.0 | bin/esp |
esp_sdk-2.2.0 | bin/esp |
esp_sdk-2.1.0 | bin/esp |