Sha256: 6f34d6ba9d57650b8e64dfbbf00e67dab898f3e94181b93c29370d7d00605e94
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
--- title: Auto Completion nav_order: 40 --- Ufo supports bash auto-completion. To set it up add the following to your `~/.profile` or `.bashrc`: ``` eval $(ufo completion_script) ``` Remember to restart your shell or source your profile file. Auto Completion examples: ``` ufo [TAB] ufo ship [TAB] ufo ship demo-web [TAB] ufo ship demo-web --[TAB] ufo ship --[TAB] ufo docker [TAB] ufo docker build [TAB] ufo tasks [TAB] ufo tasks build [TAB] ``` {% include prev_next.md %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ufo-4.4.3 | docs/_docs/more/auto-completion.md |