How to Enable CLI Command Argument Completion
Enable Argument Completion from Scratch
For example, you have a command mycommand
with subcommand (arguments) start
, stop
, status
, restart
. You want to enable argument completion for it.
For example, you have a command mycommand
with subcommand (arguments) start
, stop
, status
, restart
. You want to enable argument completion for it.