Sha256: 5728af9de228466a28ba61425f93232d3c58ec1417e8e6ba11e5679a03a52533
Contents?: true
Size: 805 Bytes
Versions: 7
Compression:
Stored size: 805 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 convert : display converted Hiroshima dialect of Hiroshima.rb EOD end end end
Version data entries
7 entries across 7 versions & 1 rubygems