Python: Adjust CLI Arguments
This harmonizes the command line arguments with Python a bit:
- Allow shorthands
-n
andg
for--name
and--group
- Remove default Constellation group name
- Remove default names
This is a breaking change since satellites now always need the name and group parameters. (cc) @linus.ros