Skip to content

Python: Adjust CLI Arguments

Simon Spannagel requested to merge p-py-cli-args into main

This harmonizes the command line arguments with Python a bit:

  • Allow shorthands -n and g 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

Merge request reports

Loading