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:
parent
7535f1a8c6
commit
e1a52c5606
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user