mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
'--clean' renamed to '--reset'
This commit is contained in:
@@ -29,7 +29,7 @@ def main():
|
||||
logger = logs.new_logger(__app_name__, bool(args.logs))
|
||||
app_args.validate(args, logger)
|
||||
|
||||
if args.clean:
|
||||
if args.reset:
|
||||
util.clean_app_files()
|
||||
exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user