Erika Rowland

Results 15 issues of Erika Rowland

Migrates `vc certs` to use updated argument parsing utilities. Fixes an incorrect shorthand flag for `vc certs --next` -> `-N`. I've also added `--overwrite` and `--output` to the `Command` struct....

This PR standardizes most remaining `console.error(error())` invocations to use `output.error` instead. `handleError` is left unchanged in this PR because it's already addressed with the creation of `prettyError` in #12010. This...

This PR creates `printError` a refactored version of `handleError` that uses `Output` instead of `console.error`, and renames the function to better represent its use. `handleError` didn't do any error handling,...