Sha256: 10a85c795e823ab27790ff5b4c270de3aea47384e83e99b4f196b689c0c8f026

Contents?: true

Size: 924 Bytes

Versions: 1

Compression:

Stored size: 924 Bytes

Contents

---
#start header, which appears every time.
:head:         #never change
- "ヘルプのサンプル雛形.\n"  #describe the contents breafly.
- "  headに常に表示される内容を記述.\n" #head '- ' is necessary

# start the first item
:item:         #change snake word
  :opts:          #never change
    :short: "-i"      #change short option
    :long: "--item"   #change long option
    :desc: 単元(item) #describe what for in help list
  :title: "\n単元\n"  #describe what for in each help
  :cont:              #the following lines are appeared.
  - c-f, move Forwrard,    前or右へ  #top '  - ' are necessary for yaml format
  - フォーマットは自由です. 

# start the second item... and so on.
:item2: 
  :opts: 
    :short: "-j" 
    :long: "--item2"
    :desc: 単元2(item2)
  :title: "\n単元2\n"
  :cont:
  - c-f, move Forwrard,    前or右へ
  - フォーマットは自由です. 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
my_help-0.3.1 lib/my_help/template_help