1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

CLI: Remove Welcome notes because they are mostly relevent to desktop and mobile, and there is already intro text on CLI

This commit is contained in:
Laurent Cozic 2019-06-11 00:11:49 +01:00
parent 7535f1a8c6
commit e1a52c5606

View File

@ -378,8 +378,6 @@ class Application extends BaseApplication {
return this.stdout(object);
});
await WelcomeUtils.install(this.dispatch.bind(this));
// If we have some arguments left at this point, it's a command
// so execute it.
if (argv.length) {