We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977ac35 commit 8033da5Copy full SHA for 8033da5
1 file changed
packages/contentstack-branches/src/commands/cm/branches/diff.ts
@@ -50,7 +50,7 @@ export default class BranchDiffCommand extends Command {
50
'[default: compact-text] [optional] Type of flags to show the difference between two branches. <options: compact-text, detailed-text>',
51
}),
52
'csv-path': flags.string({
53
- description: '[optional] Custom path for CSV output file. If not provided, will prompt for path.',
+ description: '[optional] Custom path for CSV output file. If not provided, will use the current working directory.',
54
55
};
56
0 commit comments