2022-04-25 12:23:57 -05:00

7 lines
274 B
Go

// Package client contains the Vagrant client implementation.
//
// The Vagrant client exposes a slightly higher level of abstraction
// than direct a API client for performing operations on an application.
// The primary consumer of this package is the CLI.
package client