Closed stolarczyk closed 5 years ago
Why does the --force-yes option not influence the Cleaner call?
--force-yes
Cleaner
https://github.com/pepkit/looper/blob/2fea256b7278198f1211656dad27f1ef7e92c305/looper/looper.py#L156-L159
compare with Destroyer where we take that into consideration:
Destroyer
https://github.com/pepkit/looper/blob/2fea256b7278198f1211656dad27f1ef7e92c305/looper/looper.py#L197-L201
This makes the looper clean invalid in caravel
looper clean
caravel
In build_parser we only add that option to the destroy subparser.
should we add it to clean subparser, then?
That’s fine with me
yes.
Added on branch jinja
jinja
Why does the
--force-yes
option not influence theCleaner
call?https://github.com/pepkit/looper/blob/2fea256b7278198f1211656dad27f1ef7e92c305/looper/looper.py#L156-L159
compare with
Destroyer
where we take that into consideration:https://github.com/pepkit/looper/blob/2fea256b7278198f1211656dad27f1ef7e92c305/looper/looper.py#L197-L201
This makes the
looper clean
invalid incaravel