epadmin-completion
epadmin completion target — Generate a bash completion
script.
DESCRIPTION
Use the completion target to generate a
bash completion script for epadmin.
The completion target has one command:
Global Parameters
The completion target accepts all
standard global parameters, but
only --help and --debug
have meaning. The completion target
silently ignores all parameters related to connectivity, which means it always
returns the completion script for the epadmin command on the current local PATH.
epadmin generate completion
Generate a bash completion
script for epadmin.
epadmin generate completion
To save the generated bash completion script, save the
output to a file, and source it into your bash shell.
epadmin generate completion > ~/.epadmin_completion.bash source ~/.epadmin_completion.bash