Documentation
¶
Overview ¶
Package onboard materializes live paths into a module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Ctx carries cancellation to mise subprocesses; nil means Background.
Ctx context.Context
ProfileRoot string
Paths []string
App string
Mode string
Packages []string
Tools []string
Host bool
DryRun bool
Yes bool
Force bool
Home string
Hostname string
}
Options configures the onboard operation.
Click to show internal directories.
Click to hide internal directories.