package
2.6.2+incompatible
Repository: https://github.com/10gen/realm-cli.git
Documentation: pkg.go.dev
# Functions
MarkDeprecated marks the specified flag as deprecated from the provided flag set TODO(REALMC-8369): this method should go away if/when we can get golangci-lint to play nicely with errcheck and our exclude .errcheck file For now, we use this to isolate and minimize the nolint directives in this repo.
MarkHidden marks the specified flag as hidden from the provided flag set TODO(REALMC-8369): this method should go away if/when we can get golangci-lint to play nicely with errcheck and our exclude .errcheck file For now, we use this to isolate and minimize the nolint directives in this repo.
NewStringSetFlag returns a new string set flag from the provided options.
# Structs
Arg is a flag arg represented by its name and optional value.
BoolFlag is a boolean flag.
CustomFlag is a custom flag.
Date is a date flag.
Meta represents the metadata of a flag.
StringArrayFlag is a string array flag.
StringFlag is a string flag.
StringSetOptions are the options available when creating a new string set flag.
StringSliceFlag is a string slice flag.
Usage represents the details of a flag's usage.
# Interfaces
Flag is capable of registering a CLI flag.