Versions in this module Expand all Collapse all v0 v0.16.30 Apr 20, 2021 v0.16.23 Apr 20, 2021 Changes in this version + type Available struct + func NewAvailable() *Available + func (a *Available) Add(bufCmd string, cmd *cobra.Command) error + func (a *Available) Cmd() *cobra.Command + func (a *Available) Commands() []*cobra.Command + func (a *Available) Encode(w io.Writer) error + func (a *Available) Listen(fn func(e events.Event) error) error + func (a *Available) ListenFor(rx string, fn func(e events.Event) error) error + func (a *Available) Mount(cmd *cobra.Command)