You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe: 'option should be accepted a regex filenames, must be specified together --messages'
44
61
})
62
+
.option('unbundleTo',{
63
+
type: 'string',
64
+
alias: 'u',
65
+
describe: `target path of external locale messages bundled with 'squeeze' command, can also be specified multi paths with comma delimiter`
66
+
})
67
+
.option('unbundleMatch',{
68
+
type: 'string',
69
+
alias: 'M',
70
+
describe: `option should be accepted regex filename of external locale messages, must be specified if it's directory path of external locale messages with --unbundle-to`
71
+
})
72
+
.option('namespace',{
73
+
type: 'string',
74
+
alias: 'n',
75
+
describe: 'file path that defines the namespace for external locale messages bundled together'
0 commit comments