Tweak auth cli copy
This commit is contained in:
@@ -61,7 +61,10 @@ export const AuthListCommand = cmd({
|
|||||||
prompts.log.info(`${provider} ${UI.Style.TEXT_DIM}${envVar}`)
|
prompts.log.info(`${provider} ${UI.Style.TEXT_DIM}${envVar}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
prompts.outro(`${activeEnvVars.length} environment variables`)
|
prompts.outro(
|
||||||
|
`${activeEnvVars.length} environment variable`
|
||||||
|
+ (activeEnvVars.length === 1 ? "" : "s")
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user