miller/pkg/climain/doc.go
John Kerl 268a96d002
Export library code in pkg/ (#1391)
* Export library code in `pkg/`

* new doc page
2023-09-10 17:15:13 -04:00

4 lines
228 B
Go

// Package climain contains high-level logic for parsing the main Miller
// command line. Package cli contains the flags table and most handlers;
// package cli is also invoked by verbs to parse their own flags.
package climain