Sha256: da3be9b7f02ebdea27a0094ef44014f28850530b8758f513a7aad2f023cfb655

Contents?: true

Size: 936 Bytes

Versions: 2

Compression:

Stored size: 936 Bytes

Contents

# -*- coding: utf-8 -*-
---
#start header, which appears every time.
:head:         #never change
- ヘルプのサンプル雛形               #describe the contents breafly.
- "  headに常に表示される内容を記述" #head '- ' is necessary
:license:
- "     cc by Shigeto R. Nishitani, 2016"

# 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: 単元  #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: #text here too
  :opts:
    :short: -c
    :long: --word
    :desc: text
  :title: text
  :cont:
  - |
  text line0
  text line1


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_help-0.3.5 lib/daddygongon/template_help
my_help-0.3.3 lib/daddygongon/template_help