Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 514 Bytes

go-program

Introduction

The go-program library contains utilities to parse command line arguments. Compared to the standard flag package, go-program uses the same conventions than most UNIX programs.

Usage

Refer to the Go package documentation for information about the API.

See the cmd/examples directory for examples.

Licensing

Go-program is open source software distributed under the ISC license.