diff --git a/packages/amplify-prompts/src/flags.ts b/packages/amplify-prompts/src/flags.ts index 23d0689629a..2c1e5cf3b89 100644 --- a/packages/amplify-prompts/src/flags.ts +++ b/packages/amplify-prompts/src/flags.ts @@ -19,5 +19,6 @@ export const isInteractiveShell = process.stdin.isTTY; /** * If this flag is set, printer will trim non ASCI characters from the output. + * This is a test. */ export const isHeadless = process.argv.includes('--headless');