Move command code to specific python modules
Refs #20
- I moved the code specific to each command to easily add the
redmine
command. - I moved the parameters specific to Gitlab into each subcommands (because we don't need them for the
redmine
command), it's a breaking change but I shouldn't break anything because all projects use environment variables (the --gitlab-host/--gitlab-token variables are never used).
Edited by Manon Blanco