Class: SatokiCli::Cli
- Inherits:
-
Thor
- Object
- Thor
- SatokiCli::Cli
- Includes:
- Pikachu
- Defined in:
- lib/satoki_cli/cli.rb
Instance Method Summary collapse
Methods included from Pikachu
Instance Method Details
#hello ⇒ Object
14 15 16 |
# File 'lib/satoki_cli/cli.rb', line 14 def hello puts 'Hello World!!' end |
#nippo ⇒ Object
24 25 26 27 28 |
# File 'lib/satoki_cli/cli.rb', line 24 def nippo project = ENV['SCRAPBOX_PROJECT'] title = Time.now.strftime('%Y/%-m/%-d') system "open https://scrapbox.io/#{project}/#{title}" end |