Sha256: 626b8edb61a61c95b6aa46ec3f7098e19d51a2e886ce5c9850c5f26fab6b0e6d
Contents?: true
Size: 671 Bytes
Versions: 6
Compression:
Stored size: 671 Bytes
Contents
--- title: Auto Completion --- Ufo supports bash auto-completion. To set it up add this to your `~/.profile` or `.bashrc`: ``` eval $(ufo completion_script) ``` Don't forget to restart your shell. Auto Completion examples: ``` ufo [TAB] ufo ship [TAB] ufo ship hi-web [TAB] ufo ship hi-web --[TAB] ufo ship --[TAB] ufo docker [TAB] ufo docker build [TAB] ufo tasks [TAB] ufo tasks build [TAB] ``` <a id="prev" class="btn btn-basic" href="{% link _docs/conventions.md %}">Back</a> <a id="next" class="btn btn-primary" href="{% link _docs/run-in-pieces.md %}">Next Step</a> <p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>
Version data entries
6 entries across 6 versions & 1 rubygems