Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / cli / ColumnFlagsOptions

Interface: ColumnFlagsOptions

Defined in: packages/b2c-tooling-sdk/src/cli/columns.ts:69

Options for columnFlagsFor.

Properties

columnsChar?

optional columnsChar: false | FlagChar

Defined in: packages/b2c-tooling-sdk/src/cli/columns.ts:75

Short flag character for --columns. Defaults to 'c'. Set to false to omit the short flag (use this when -c is already taken by another command-specific flag like --category).


extendedChar?

optional extendedChar: false | FlagChar

Defined in: packages/b2c-tooling-sdk/src/cli/columns.ts:80

Short flag character for --extended. Defaults to 'x'. Set to false to omit the short flag.

Released under the Apache-2.0 License.