You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
At the moment, different functions like backup, print and so on have no unified interface. With
argsfrom argparse all needed information will be there.Functions should be refactored to use
args.