Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 453 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 453 Bytes

command

GoDoc

This repository provides Go package that implements basic subcommand dispatch for Go command-line programs. The design of this package is based on the way the "go" command-line tool works, but the implementation is not shared.

This package is in development, the API is likely to change in various ways.