# Functions
NewCommand creates a new cobra command for deleting a workspace, with flags for workspace name and confirmation, and returns it along with a Runner to execute the command.
NewRunner creates a new instance of the `rad workspace delete` runner.