Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCommand ¶
func NewRootCommand(options core.BindOptions) *cobra.Command
Types ¶
type FileTree ¶
type FileTree struct {
// contains filtered or unexported fields
}
func NewFileTree ¶
func (*FileTree) Entries ¶
func (t *FileTree) Entries() []FileTreeEntry
type FileTreeEntry ¶
type FileTreeEntry struct {
// contains filtered or unexported fields
}
type ShowCommand ¶
type ShowCommand struct{}
func (*ShowCommand) Execute ¶
func (c *ShowCommand) Execute(ctx core.CommandContext) error
type TreeCommand ¶
type TreeCommand struct{}
func NewTreeCommand ¶
func NewTreeCommand() *TreeCommand
func (*TreeCommand) Execute ¶
func (c *TreeCommand) Execute(ctx core.CommandContext) error
Click to show internal directories.
Click to hide internal directories.