fix: close CLI term gaps — workspace rejection, stale types, quiet, placebo, help
This commit is contained in:
@@ -622,7 +622,7 @@ function parseInitOptions(args: string[], ctx: CliContext): InitOptions {
|
||||
export async function handleInit(args: string[], ctx: CliContext): Promise<number> {
|
||||
const result = await initHandler(args, ctx);
|
||||
|
||||
if (result.message) {
|
||||
if (result.message && !ctx.options.quiet) {
|
||||
console.log(result.message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user