Summary
When I run hack/cluster-up.sh --help, the script exits with an error. The script does not handle --help in its argument parsing loop.
Reproduction Steps
Run the following command in the repository root:
bash hack/cluster-up.sh --help
What Should Happen Instead?
It should print a basic help message and exit with a 0 status code.
Summary
When I run
hack/cluster-up.sh --help, the script exits with an error. The script does not handle--helpin its argument parsing loop.Reproduction Steps
Run the following command in the repository root:
bash hack/cluster-up.sh --helpWhat Should Happen Instead?
It should print a basic help message and exit with a 0 status code.