Customizing Parameters of an Operation in the Shell Interface
You can modify an operation's usage syntax in the shell interface. Operations can accept named or positional parameters. You can shorten a named parameter by defining an alias.
In the shell interface, an operation can accept two kinds of parameters:
- Named parameters. Users specify each parameter as a flag (such as -aa value). Users can supply named parameters in any order relative to one another. Named parameters precede all positional parameters.
- Positional parameters. Users supply positional parameters in a specific order, parallel to the order of parameters in the operation method signature.
Prerequisites
Procedure
Copyright © Cloud Software Group, Inc. All Rights Reserved.