trycmd_indygreg_fork

Module schema

Source
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.
TryCmdLoaders
Mapping of file extension to function that can load it.

Enums§

Bin
Target under test
CommandStatus
Expected status for command

Type Aliases§

TryCmdLoader
A function that turns a filesystem path into a TryCmd.