You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
options.usage("Nylas Mail v"+(app.getVersion())+"\n\nUsage: nylas-mail [options]\n\nRun Nylas Mail: The open source extensible email client\n\n`nylas-mail --dev` to start the client in dev mode.\n\n`n1 --test` to run unit tests.");
64
64
options.alias('d','dev').boolean('d').describe('d','Run in development mode.');
65
-
options.alias('b','benchmark').boolean('b').describe('b','Run in benchmark mode.');
65
+
options.boolean('benchmark').describe('benchmark','Run in benchmark mode.');
66
66
options.alias('t','test').boolean('t').describe('t','Run the specified specs and exit with error code on failures.');
67
67
options.boolean('safe').describe('safe','Do not load packages from ~/.nylas-mail/packages or ~/.nylas/dev/packages.');
68
68
options.alias('h','help').boolean('h').describe('h','Print this usage message.');
0 commit comments