[Bugfix] - Exposure-share crashes if no command given
The command-line interface of exposure-share requires a command to define which of the different types of imports should be performed. If the command is missing, exposure-share crashes with an AttributeError: 'Namespace' object has no attribute 'iso_code'
. It is necessary to check whether or not a command is provided by the user.