Describe the feature
I want to use the command programmically by calling runCommand and get the output (to feedback to LLM). Currently nuxi uses a global singleton logger and not swappable (https://github.com/nuxt/cli/blob/692e6a97f673985de376489aa82854b88435f4cf/packages/nuxi/src/utils/logger.ts#L4), I would wish a standardized logger in city, and a logger option in runCommand to override the default logger for us to grab the information (or provide different rendering).
Additional information
Describe the feature
I want to use the command programmically by calling
runCommandand get the output (to feedback to LLM). Currentlynuxiuses a global singleton logger and not swappable (https://github.com/nuxt/cli/blob/692e6a97f673985de376489aa82854b88435f4cf/packages/nuxi/src/utils/logger.ts#L4), I would wish a standardizedloggerin city, and aloggeroption inrunCommandto override the default logger for us to grab the information (or provide different rendering).Additional information