Replace kingpin with stdlib flag.
Review Request #14917 — Created March 17, 2026 and submitted — Latest diff uploaded
The Go standard library now has a good enough argument parsing library
that we can get rid of the externalkingpinpackage. This change
converts us to use it.
- Ran unit tests.
- Ran integration tests.
- Checked help output from the main command and subcommands.