Interface that all CLI commands implement. Each command's exec() method returns a string output.
Execute the command and return the output string.
Error if the command fails
Interface that all CLI commands implement. Each command's exec() method returns a string output.