kislyuk / aegea

Amazon Web Services Operator Interface
Apache License 2.0
68 stars 17 forks source link

Make config parameters consistent with key=value argparse parameters #64

Open kislyuk opened 3 years ago

kislyuk commented 3 years ago

Argparse parameters that are split on the first = should be specifiable as mappings in YAML. Add a uniform handler helper for these parameters. Also eliminate hardcoded defaults wherever possible.