mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
8 lines
328 B
Go
8 lines
328 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// 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
|