Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOption ¶
CreateOption represents an option.
type Options ¶
type Options struct { Name string // Name to prefix dry-run messages with MkdirParent bool // Create parent directory of symlink if it does not exist Overwrite bool // Delete files that already exist in the prefix while linking DryRun bool // List files which would be linked or overwritten without actually linking or deleting any files }
Options contains options for creating symlinks.
Click to show internal directories.
Click to hide internal directories.