cli: address review feedback from freben
Fix whitespace alignment in CLI command summary, improve export command description to clarify it operates from an app context, and update the corresponding docs section. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export default createCliPlugin({
|
||||
reg.addCommand({
|
||||
path: ['translations', 'export'],
|
||||
description:
|
||||
'Export translation messages from all frontend plugins to JSON files',
|
||||
'Export translation messages from an app and all of its frontend plugins to JSON files',
|
||||
execute: async ({ args }) => {
|
||||
const argv = await yargs()
|
||||
.options({
|
||||
|
||||
Reference in New Issue
Block a user