Register mechanism for the Optimum CLI (#928)
* [WIP] register mechanism for the CLI
* Register mechanism for the CLI
* [WORKING] Register mechanism for the CLI
* [DEBUG] Test add print
* [DEBUG] Remove print
* Add __init__.py to have a Python file inside optimum/command/register
* Fix test
* Trigger CI
* Add docstring
* Apply suggestions