8 lines
208 B
TypeScript
8 lines
208 B
TypeScript
/** Spread into yargs command builder to deactivate platform-specific generic functions */
|
|
export const NonPlatformCommandYargsBuilder = {
|
|
quietConfigSummary: {
|
|
default: true,
|
|
hidden: true,
|
|
},
|
|
};
|