Sha256: fc3f384dea67b04e64500f52b21b7b45744cd17984ef2578953649c9639c6462

Contents?: true

Size: 850 Bytes

Versions: 8

Compression:

Stored size: 850 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        - 広島県
          :    great-h     - すごい広島
  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
  convert : display converted Hiroshima dialect of Hiroshima.rb
EOD
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hiroshimarb-0.3.1 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.3.0 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.2.13 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.2.12 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.2.10 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.2.9 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.2.8 lib/hiroshimarb/commands/help.rb
hiroshimarb-0.2.7 lib/hiroshimarb/commands/help.rb