🧑‍💻 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:
Eric Doughty-Papassideris
2024-04-23 15:01:31 +02:00
committed by ericlinagora
parent 5766d2684b
commit 79fc8f2ad8
9 changed files with 1043 additions and 0 deletions
@@ -0,0 +1,7 @@
/** Spread into yargs command builder to deactivate platform-specific generic functions */
export const NonPlatformCommandYargsBuilder = {
quietConfigSummary: {
default: true,
hidden: true,
},
};