🧑💻 cli: introducing dev commands debug for ad-hoc work, labels to get status of all translation labels, and translate to help with adding new ones
This commit is contained in:
committed by
ericlinagora
parent
5766d2684b
commit
79fc8f2ad8
@@ -0,0 +1,7 @@
|
||||
/** Spread into yargs command builder to deactivate platform-specific generic functions */
|
||||
export const NonPlatformCommandYargsBuilder = {
|
||||
quietConfigSummary: {
|
||||
default: true,
|
||||
hidden: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user