thelounge/src/command-line
Jérémie Astori 052248445c
Do not rename home file as it is very likely to have permission issues
On most systems (Linux at least), to install a npm package locally, one must use `sudo`. When The Lounge runs, it usually does not run with `sudo`. This causes the program to crash as user running The Lounge cannot create/delete files there.

We will let people manually convert this file instead of doing it for them. This file is mainly intended for package authors anyway, most users will never have to touch it.
2017-12-01 01:33:04 -05:00
..
add.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
config.js Only create config folder in 'start' command 2017-08-26 12:04:13 -04:00
edit.js Only create config folder in 'start' command 2017-08-26 12:04:13 -04:00
index.js Merge pull request #1708 from thelounge/astorije/thelounge 2017-11-27 13:58:46 +02:00
install.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
list.js Switch CLI tool from lounge to thelounge and deprecate lounge 2017-11-22 16:37:26 -05:00
remove.js Only create config folder in 'start' command 2017-08-26 12:04:13 -04:00
reset.js Enforce dangling commas with ESLint 2017-11-15 01:35:15 -05:00
start.js Only create config folder in 'start' command 2017-08-26 12:04:13 -04:00
utils.js Do not rename home file as it is very likely to have permission issues 2017-12-01 01:33:04 -05:00