Versions in this module Expand all Collapse all v0 v0.1.1 Dec 29, 2024 v0.1.0 Dec 3, 2023 Changes in this version + const CommandInvalid + const CommandInvalidate + const CommandLicenses + const CommandPrint + const CommandRevalidate + const CommandTag + const CommandUntag + type Command string + type CommandLine struct + func ParseCommandLine() (*CommandLine, error) + func (r *CommandLine) Command() Command + func (r *CommandLine) FlagFollowSymlinks() bool + func (r *CommandLine) FlagHash() hashes.Algo + func (r *CommandLine) FlagLogLevel() logger.Level + func (r *CommandLine) FlagMultiThread() bool + func (r *CommandLine) FlagPrint0() bool + func (r *CommandLine) FlagPrintRecords() bool + func (r *CommandLine) FlagQuitOnSoftError() bool + func (r *CommandLine) FlagQuotaContinue() bool + func (r *CommandLine) ForbidRecursion() bool + func (r *CommandLine) Names() []string + func (r *CommandLine) Paths() []string + func (r *CommandLine) PrintConstraint() PrintConstraint + func (r *CommandLine) SizeQuota() int64 + func (r *CommandLine) TagConstraint() TagConstraint + func (r *CommandLine) UntagConstraint() UntagConstraint + type PrintConstraint int + const PrintConstraintInvalid + const PrintConstraintNone + const PrintConstraintUntagged + const PrintConstraintValid + type TagConstraint int + const TagConstraintInvalid + const TagConstraintNone + const TagConstraintUntagged + type UntagConstraint int + const UntagConstraintAll + const UntagConstraintInvalid + const UntagConstraintNone