thelounge/src/command-line
Jérémie Astori 45dc52886e
Fix thelounge uninstall command
- Exit with code 1 when package was not installed
- Run a pre-step to check if package is installed before uninstalling. I have tried every possible way I could think of without that first `npm list` step based on output of `npm uninstall`, but different npm versions produce different outputs, so there is nothing reliable. This is a more robust way to do so anyway.
- Consolidate error handlers
2018-01-13 02:00:37 -05:00
..
users Do not load user commands or display them on --help if public mode or using LDAP 2017-12-09 01:51:08 -05:00
config.js Only use helpers and not shared variables around path helpers 2017-12-07 23:02:32 -05:00
index.js Add a thelounge uninstall command to remove themes and packages 2018-01-06 12:12:09 -05:00
install.js Customize a bit thelounge install|uninstall 2018-01-06 12:12:10 -05:00
start.js Deprecate existing options of thelounge start in favor or -c, --config 2017-12-11 23:48:52 -05:00
uninstall.js Fix thelounge uninstall command 2018-01-13 02:00:37 -05:00
utils.js Color all references to deprecations in bold red 2017-12-11 23:48:52 -05:00