From 53fb00d5f7d5ccd60f0fdb49575a7b37cfe0dc65 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 12 Jul 2016 15:44:05 +0200 Subject: [PATCH] man: document completion --- man/nmcli.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man/nmcli.xml b/man/nmcli.xml index 739efa9ce9..5a936335c0 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -276,6 +276,23 @@ + + + + + + + Instead of conducting the desired action, nmcli + will list possible completions for the last argument. This is useful to implement + argument completion in shell. + + The exit status will indicate success + or return a code 65 to indicate the last argument is a file name. + + NetworkManager ships with command completion support for GNU Bash. + + +