Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// Prompt is left edge text, like a $.
Prompt string
// RootDir is root directory to start scanning.
// If this is empty, start scanning from execution path.
RootDir string
// OnlyDir is flag that shows only directory.
OnlyDir bool
}
Scanner can scan standard input with completetion path.
Click to show internal directories.
Click to hide internal directories.
