Replace kingpin with stdlib flag.

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

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.
Summary ID
Replace kingpin with stdlib flag.
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. Testing Done: - Ran unit tests. - Ran integration tests. - Checked help output from the main command and subcommands.
orowyqqmwtmylstlluzzvuopnrkqrzzp
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (f720e63)