Sha256: ded0d0a04c435afd5b5cf61726601286187c9b24bf05098f4feef8d792f8425c

Contents?: true

Size: 519 Bytes

Versions: 4

Compression:

Stored size: 519 Bytes

Contents

Example:

    <%= project_name %> completion

Prints words for TAB auto-completion.

Examples:

    <%= 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

4 entries across 4 versions & 1 rubygems

Version Path
cli-template-4.0.0 lib/templates/default/lib/%underscored_name%/help/completion.md.tt
cli-template-3.5.1 lib/templates/default/lib/%underscored_name%/help/completion.md.tt
cli-template-3.5.0 lib/templates/default/lib/%underscored_name%/help/completion.md.tt
cli-template-3.4.0 lib/templates/default/lib/%underscored_name%/help/completion.md.tt