Method: Jets::Commands::Markdown::Index#doc
- Defined in:
- lib/jets/commands/markdown/index.rb
#doc ⇒ Object
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/jets/commands/markdown/index.rb', line 16 def doc <<-EOL --- title: CLI Reference --- {% include reference.md %} #{command_list} EOL end |