Merge pull request #2077 from thelounge/astorije/rm-lounge-cli
Remove support for the `lounge` CLI (which was replaced with `thelounge`)
This commit is contained in:
commit
c7ad6d9d3d
@ -4,7 +4,6 @@
|
|||||||
"version": "2.7.1",
|
"version": "2.7.1",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"lounge": "index.js",
|
|
||||||
"thelounge": "index.js"
|
"thelounge": "index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -46,13 +46,6 @@ if (!Helper.config.public && !Helper.config.ldap.enable) {
|
|||||||
require("./install");
|
require("./install");
|
||||||
require("./uninstall");
|
require("./uninstall");
|
||||||
|
|
||||||
// TODO: Remove this when releasing The Lounge v3
|
|
||||||
if (process.argv[1].endsWith(`${require("path").sep}lounge`)) {
|
|
||||||
log.warn(`The ${colors.red("lounge")} CLI is ${colors.bold.red("deprecated")} and will be removed in v3.`);
|
|
||||||
log.warn(`Use ${colors.green("thelounge")} instead.`);
|
|
||||||
process.argv[1] = "thelounge";
|
|
||||||
}
|
|
||||||
|
|
||||||
// `parse` expects to be passed `process.argv`, but we need to remove to give it
|
// `parse` expects to be passed `process.argv`, but we need to remove to give it
|
||||||
// a version of `argv` that does not contain options already parsed by
|
// a version of `argv` that does not contain options already parsed by
|
||||||
// `parseOptions` above.
|
// `parseOptions` above.
|
||||||
|
Loading…
Reference in New Issue
Block a user