mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
[feature] new parameter --clean to remove configuration and cache files
This commit is contained in:
@@ -2,3 +2,4 @@ from pathlib import Path
|
||||
|
||||
HOME_PATH = Path.home()
|
||||
CACHE_PATH = '{}/.cache/bauh'.format(HOME_PATH)
|
||||
CONFIG_PATH = '{}/.config/bauh'.format(HOME_PATH)
|
||||
|
||||
Reference in New Issue
Block a user