Sha256: 8fb5492b9209060c031915f1eee871837c71cd5272c018cba6b1a728e291ef2e
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 Bytes
Contents
# -*- coding: utf-8 -*- require 'hiroshimarb/command' module Hiroshimarb::Commands class Help < Hiroshimarb::Command def call(*args) puts <<EOD Usage: hiroshimarb command Available commands: open : open the website relevant to Hiroshima in a web browser : subcommands : hiroshimarb - Hiroshim.rb [default] : ipad - 広島弁吹替シリーズ : oc-h - おしい広島県 : city - 広島市 : pref - 広島県 info : disploy information of Hiroshimar.rb member : display the member of Hiroshima.rb event : display next event of Hiroshima.rb aa : display ascii art of Hiroshima.rb EOD end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hiroshimarb-0.1.4 | lib/hiroshimarb/commands/help.rb |