Replace kingpin with stdlib flag.

Review Request #14917 — Created March 17, 2026 and submitted — Latest diff uploaded

Information

rb-gateway
master

Reviewers

The Go standard library now has a good enough argument parsing library
that we can get rid of the external kingpin package. This change
converts us to use it.

  • Ran unit tests.
  • Ran integration tests.
  • Checked help output from the main command and subcommands.

Commits

Files