Documentation ¶
Index ¶
- func All(enabled bool) command.Applier
- func Cache(args args.Cache) command.Applier
- func CacheDirectory(dir string) command.Applier
- func CheckForUpdates(enabled bool) command.Applier
- func Common(args args.Common) command.Applier
- func ConfigFilePath(path string) command.Applier
- func ContentCacheSizeLimitMB(size int) command.Applier
- func ContentCacheSizeMB(size int) command.Applier
- func Delete(enabled bool) command.Applier
- func Delta(enabled bool) command.Applier
- func JSON(enabled bool) command.Applier
- func LogDirectory(dir string) command.Applier
- func LogLevel(level string) command.Applier
- func MetadataCacheSizeLimitMB(size int) command.Applier
- func MetadataCacheSizeMB(size int) command.Applier
- func ReadOnly(enabled bool) command.Applier
- func RepoPassword(password string) command.Applier
- func ShowIdentical(enabled bool) command.Applier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheDirectory ¶
CacheDirectory creates a new cache directory option with a given directory. If the directory is empty, the default cache directory is used.
func CheckForUpdates ¶
CheckForUpdates creates a new check for updates option.
func ConfigFilePath ¶
ConfigFilePath creates a new config file path option with a given path. If the path is empty, the config file path option is not set.
func ContentCacheSizeLimitMB ¶
ContentCacheSizeLimitMB creates a new content cache size option with a given size.
func ContentCacheSizeMB ¶
ContentCacheSizeMB creates a new content cache size option with a given size.
func LogDirectory ¶
LogDirectory creates a new log directory option with a given directory. if the directory is empty, the log directory option is not set.
func LogLevel ¶
LogLevel creates a new log level flag with a given level. If the level is empty, the default log level is used.
func MetadataCacheSizeLimitMB ¶
MetadataCacheSizeLimitMB creates a new metadata cache size option with a given size.
func MetadataCacheSizeMB ¶
MetadataCacheSizeMB creates a new metadata cache size option with a given size.
func RepoPassword ¶
RepoPassword creates a new repository password option with a given password. If the password is empty, the repository password option is not set.
func ShowIdentical ¶
ShowIdentical creates a new show identical option.
Types ¶
This section is empty.