package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Argument is used to define flags in our Command struct.
No description provided by the author
No description provided by the author
No description provided by the author
Flag is used to define flags in our Command struct.
No description provided by the author
NameVersionValue represents a flag that supports both a name and a version, the following formats are supported: - name - name@version.
No description provided by the author
No description provided by the author
No description provided by the author
PackageValue represents a flag that supports specifying a package in the following formats: - <name> - <namespace>/<name> - <namespace>/<name>@<version>.
PackageValueNoVersion is identical to PackageValue except that it does not support a version.
PackageValueNSRequired is identical to PackageValue except that specifying a namespace is required.
No description provided by the author
UserValue represents a flag that supports both a name and an email address, the following formats are supported: - name <email> - email Emails are detected simply by containing a @ symbol.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
PackagesValue is used to represent multiple PackageValue, this is used when a flag can be passed multiple times.
No description provided by the author
UsersValue is used to represent multiple UserValue, this is used when a flag can be passed multiple times.