Directories
¶
| Path | Synopsis |
|---|---|
|
Package app is the yupsh REPL surface: the interactive read-eval-print loop, its built-ins, banner, and help, plus the line reader that feeds it.
|
Package app is the yupsh REPL surface: the interactive read-eval-print loop, its built-ins, banner, and help, plus the line reader that feeds it. |
|
Package command is the yupsh command catalogue: the registry mapping each command keyword to how its flags are parsed and how its pipeline segment is built from the gloo-foo/cmd-* modules.
|
Package command is the yupsh command catalogue: the registry mapping each command keyword to how its flags are parsed and how its pipeline segment is built from the gloo-foo/cmd-* modules. |
|
domain
|
|
|
line
Package line orchestrates execution of a single REPL input line.
|
Package line orchestrates execution of a single REPL input line. |
|
Package expansion applies shell-style expansion to command argument tokens: tilde expansion then pathname globbing, on unquoted tokens only.
|
Package expansion applies shell-style expansion to command argument tokens: tilde expansion then pathname globbing, on unquoted tokens only. |
|
Package flags translates a command segment's Unix-style flag tokens into the typed option values that the underlying gloo-foo/cmd-* constructors expect.
|
Package flags translates a command segment's Unix-style flag tokens into the typed option values that the underlying gloo-foo/cmd-* constructors expect. |
|
Package pipeline assembles built command segments into a runnable typed-stream pipeline and executes it against the gloo-foo/framework.
|
Package pipeline assembles built command segments into a runnable typed-stream pipeline and executes it against the gloo-foo/framework. |
|
Package token tokenizes a REPL input line into pipeline segments.
|
Package token tokenizes a REPL input line into pipeline segments. |
Click to show internal directories.
Click to hide internal directories.