# Functions
NewCommand creates a new Cobra command and a Runner to switch the current workspace, taking in a Factory as a parameter and setting the command's usage, short description, long description, example, arguments, and RunE.
NewRunner creates a new instance of the `rad workspace switch` runner.