mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
4 lines
228 B
Go
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
|