Sha256: 1fdbbf9156ce12d4cf8416c340b0a2cb0aff8a2aeb6024e21f777f7a9ee7726e

Contents?: true

Size: 511 Bytes

Versions: 2

Compression:

Stored size: 511 Bytes

Contents

## Examples

    <%= project_name %> completion

Prints words for TAB auto-completion.

    <%= project_name %> completion
    <%= project_name %> completion hello
    <%= project_name %> completion hello name

To enable, TAB auto-completion add the following to your profile:

    eval $(<%= project_name %> completion_script)

Auto-completion example usage:

    <%= project_name %> [TAB]
    <%= project_name %> hello [TAB]
    <%= project_name %> hello name [TAB]
    <%= project_name %> hello name --[TAB]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cli-template-4.0.2 lib/templates/default/lib/%underscored_name%/help/completion.md.tt
cli-template-4.0.1 lib/templates/default/lib/%underscored_name%/help/completion.md.tt