Method: Command::Folder#initialize

Defined in:
lib/command/folder.rb

#initializeFolder

Returns a new instance of Folder.



14
15
16
17
18
19
20
21
22
23
24
25
26
# File 'lib/command/folder.rb', line 14

def initialize
  super("<target> [<target2> ...]")
  @opt.separator <<-EOS

  ・指定した小説の保存フォルダを開きます。

  Examples:
narou folder n9669bk
narou folder musyoku
narou folder 0
narou f 0
  EOS
end