cockroachdb / k8s

Images and utilities to run cockroach on kubernetes
Apache License 2.0
26 stars 25 forks source link

Correctly use flag.Args #33

Closed chrisseto closed 3 years ago

chrisseto commented 4 years ago

flag.Args removes argv[0] from it's list. To correctly search for positional arguments one must look at index 0 rather than skipping the first.