Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + func GetList(instance *rpc.Instance, args []string, all bool, updatable bool) []*rpc.InstalledLibrary + func List(instance *rpc.Instance, args []string, all bool, updatable bool) + func NewCommand() *cobra.Command + func UpdateIndex(inst *rpc.Instance) + func Upgrade(instance *rpc.Instance, libraries []string) + type LibraryReferenceArg struct + Name string + Version string + func ParseLibraryReferenceArg(arg string) (*LibraryReferenceArg, error) + func ParseLibraryReferenceArgAndAdjustCase(instance *rpc.Instance, arg string) (*LibraryReferenceArg, error) + func ParseLibraryReferenceArgs(args []string) ([]*LibraryReferenceArg, error) + func ParseLibraryReferenceArgsAndAdjustCase(instance *rpc.Instance, args []string) ([]*LibraryReferenceArg, error) + func (r *LibraryReferenceArg) String() string