Documentation ¶ Index ¶ func NewCmd() *cobra.Command func Remove(ctx context.Context, opts *RemoveOptions, args ...string) error type RemoveOptions func (opts *RemoveOptions) Pre(cmd *cobra.Command, _ []string) error func (opts *RemoveOptions) Run(ctx context.Context, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd() *cobra.Command func Remove ¶ func Remove(ctx context.Context, opts *RemoveOptions, args ...string) error Remove a Unikraft library from the project directory. Types ¶ type RemoveOptions ¶ type RemoveOptions struct { Kraftfile string `long:"kraftfile" short:"K" usage:"Set an alternative path of the Kraftfile"` Workdir string `long:"workdir" short:"w" usage:"workdir to remove lib from"` } func (*RemoveOptions) Pre ¶ func (opts *RemoveOptions) Pre(cmd *cobra.Command, _ []string) error func (*RemoveOptions) Run ¶ func (opts *RemoveOptions) Run(ctx context.Context, args []string) error Source Files ¶ View all Source files remove.go Click to show internal directories. Click to hide internal directories.