Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListPacks ¶
func ListPacks(opts ListPacksOptions) (*types.ListPacksResult, error)
ListPacks finds all available packs in the dotfiles root directory.
Types ¶
type ListPacksOptions ¶
type ListPacksOptions struct {
// DotfilesRoot is the path to the root of the dotfiles directory.
DotfilesRoot string
}
ListPacksOptions defines the options for the ListPacks command.
Click to show internal directories.
Click to hide internal directories.