We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openstack complete
2 parents 55c4290 + d0a0ff7 commit 4aaa9daCopy full SHA for 4aaa9da
1 file changed
doc/source/command-objects/complete.rst
@@ -0,0 +1,25 @@
1
+========
2
+complete
3
4
+
5
+The ``complete`` command is inherited from the `python-cliff` library, it can
6
+be used to generate a bash-completion script. Currently, the command will
7
+generate a script for bash versions 3 or 4. The bash-completion script is
8
+printed directly to standard out.
9
10
+Typical usage for this command is::
11
12
+ openstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null
13
14
+If installing ``python-openstackclient`` from a package (``apt-get`` or ``yum``),
15
+then this command will likely be run for you.
16
17
18
+--------
19
20
+print bash completion command
21
22
+.. program:: complete
23
+.. code:: bash
24
25
+ os complete
0 commit comments