You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-17 23:27:48 +02:00
Cleaned up commands and enable only relevant ones in CLI mode
This commit is contained in:
@@ -44,6 +44,7 @@ class Command extends BaseCommand {
|
||||
for (let n in commands) {
|
||||
if (!commands.hasOwnProperty(n)) continue;
|
||||
const command = commands[n];
|
||||
if (command.hidden()) continue;
|
||||
commandNames.push(command.name());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user