Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quiet mode for configure commands
* The 'configure-commands' checks if the subcommand (eg `setup`/`login`) exists within the `bin/configure-commands` directory, and sets the remaining args (`${@:2}` rather than `${@:3}`) to be passed to the script. This means `-q` is passed through, even though it was previously unset. * This adds in the same code to the confgure commands section to ensure it's removed
- Loading branch information