Expand description
cmd.toml
Schema
OneShot
is the top-level item in the cmd.toml
files.
Structs§
- Env
- Describe command’s environment
- Filesystem
- Describe the command’s filesystem context
- OneShot
- Top-level data in
cmd.toml
files - Step
- A command invocation and its expected result.
- TryCmd
- Represents an executable set of commands and their environment.
- TryCmd
Loaders - Mapping of file extension to function that can load it.
Enums§
- Bin
- Target under test
- Command
Status - Expected status for command
Type Aliases§
- TryCmd
Loader - A function that turns a filesystem path into a TryCmd.