Documentation ¶ Index ¶ func New() *cobra.Command type Set func (*Set) Pre(cmd *cobra.Command, _ []string) error func (opts *Set) Run(cmd *cobra.Command, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() *cobra.Command Types ¶ type Set ¶ type Set struct { Kraftfile string `long:"kraftfile" short:"K" usage:"Set an alternative path of the Kraftfile"` Workdir string `long:"workdir" short:"w" usage:"Work on a unikernel at a path"` } func (*Set) Pre ¶ added in v0.5.1 func (*Set) Pre(cmd *cobra.Command, _ []string) error func (*Set) Run ¶ func (opts *Set) Run(cmd *cobra.Command, args []string) error Source Files ¶ View all Source files set.go Click to show internal directories. Click to hide internal directories.