Documentation
¶
Index ¶
- Variables
- func Run(opts ...command.Option[Options]) error
- func WithConfig(cfg *types.Config) command.Option[Options]
- func WithExtraArgs(args []string) command.Option[Options]
- func WithProfile(profile string) command.Option[Options]
- func WithWorkload(workload string) command.Option[Options]
- func XdgRun(opts ...command.Option[Options]) error
- type Options
- type Qubesome
- type WorkloadInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWorkloadConfigNotFound = errors.New("workload config file not found") ErrProfileDirNotExist = errors.New("profile dir does not exist") )
Functions ¶
Types ¶
type Qubesome ¶
type Qubesome struct {
// contains filtered or unexported fields
}
func (*Qubesome) HandleMime ¶
func (q *Qubesome) HandleMime(in *WorkloadInfo, args []string) error
Click to show internal directories.
Click to hide internal directories.