Open KarstenSchulz opened 2 years ago
At the moment, different functions like backup, print and so on have no unified interface. With args from argparse all needed information will be there. Functions should be refactored to use args.
args
At the moment, different functions like backup, print and so on have no unified interface. With
args
from argparse all needed information will be there. Functions should be refactored to useargs
.