Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParsedFetchArgs ¶
type ParsedFetchArgs struct {
ForceFullFetch bool
}
func ParseFetchArgs ¶
func ParseFetchArgs(args []string) (ParsedFetchArgs, error)
type ParsedSearchArgs ¶
ParsedSearchArgs represents the result of parsing search CLI arguments. Query and Tags are only valid when IsInteractive is false
func ParseSearchArgs ¶
func ParseSearchArgs(args []string) (ParsedSearchArgs, error)
Click to show internal directories.
Click to hide internal directories.