'--clean' renamed to '--reset'

This commit is contained in:
Vinícius Moreira
2019-12-09 11:54:39 -03:00
parent fab88cb995
commit cd3906c2c6
4 changed files with 7 additions and 3 deletions

View File

@@ -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)