mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 08:55:35 -05:00
5 lines
257 B
Go
5 lines
257 B
Go
// Package flag is a thin layer over the stdlib flag package that provides
|
|
// some minimal features such as aliasing, autocompletion handling, improved
|
|
// defaults, etc. It was created for mitchellh/cli but can work as a standalone
|
|
// package.
|
|
package flag
|