You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first approach, we could add autocompletion for the commands themselves (see this issue on Commander for a discussion on how to integrate commander with autocompletion), so when a user types zos, the available commands are autocompleted.
A more complete approach would be to then add autocompletion for the arguments, such as autocompleting with the contract names available when running add. This may require to add more informational output to zos so it can provide this information to the autocompletion script.
We would like to have bash autocompletion for the CLI.
As a first approach, we could add autocompletion for the commands themselves (see this issue on Commander for a discussion on how to integrate commander with autocompletion), so when a user types zos, the available commands are autocompleted.
A more complete approach would be to then add autocompletion for the arguments, such as autocompleting with the contract names available when running
add. This may require to add more informational output tozosso it can provide this information to the autocompletion script.