KarstenSchulz / yt-issues

Command line tool to retrieve and export issues from YouTrack service
MIT License
6 stars 2 forks source link

Use `args` to transport run configuration to functions #3

Open KarstenSchulz opened 2 years ago

KarstenSchulz commented 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.