mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +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:
@@ -378,8 +378,6 @@ class Application extends BaseApplication {
|
|||||||
return this.stdout(object);
|
return this.stdout(object);
|
||||||
});
|
});
|
||||||
|
|
||||||
await WelcomeUtils.install(this.dispatch.bind(this));
|
|
||||||
|
|
||||||
// If we have some arguments left at this point, it's a command
|
// If we have some arguments left at this point, it's a command
|
||||||
// so execute it.
|
// so execute it.
|
||||||
if (argv.length) {
|
if (argv.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user