Skip to content

Correct non existing aliases in cli

myron requested to merge correct_non_existing_aliases_in_cli into master

Sort of indentation problem which sneaked in despite pylint: aliases is used prior to declaration. This PR should correct the bug

Merge request reports