-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I noticed in this file
PYTHONPATH=$PYTHONPATH:$(pwd) python3 $PYTHON_SCRIPT_FILE configure \ |
We are not using named arguments such as --{somearg}={some value}. The current approach will eventually become very tough to maintain. The slo.py (
parser = argparse.ArgumentParser(description="SLO Kubernetes resources.") |
Copilot
Metadata
Metadata
Assignees
Labels
No labels