NewTec-GmbH / pyJiraCli

pyJiraCli is a command-line tool designed for handling Jira tickets efficiently.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Refactoring #79

Closed gabryelreyes closed 5 months ago

gabryelreyes commented 5 months ago

Server login is handled by the main entry point, and passed as an argument to the individual commands. Commands can use the server functions but do not care about logging into the server.