Sha256: b95fb4018f7f4411d5c693da1e4285988958934ed39cf0a51b70bd5416b8084e

Contents?: true

Size: 935 Bytes

Versions: 6

Compression:

Stored size: 935 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

6 entries across 6 versions & 1 rubygems

Version Path
my_help-0.4.5 lib/daddygongon/template_help.yml
my_help-0.4.4 lib/daddygongon/template_help.yml
my_help-0.4.3 lib/daddygongon/template_help.yml
my_help-0.4.2 lib/daddygongon/template_help.yml
my_help-0.4.1 lib/daddygongon/template_help.yml
my_help-0.3.6 lib/daddygongon/template_help