Skip to content

aib.main: use parameters class

Add AIBParameters to aib.main, including args and removing global variables.

This way we have a flexible iterface for the subcommands without having to change the signature. And we avoid global variables.

Global variables in main can lead to cyclic dependencies if another module needs them.

Signed-off-by: Albert Esteve aesteve@redhat.com

Merge request reports