Module command_data

Source

Structsยง

CommandArgs
CommandWithArgs
An individual command with args.
Redirects
Contains a stack or redirects that can be processed in order to setup the file descriptors for a new process.

Enumsยง

Arg
Arg to a command, either a direct string or a sub command to run to get the arg.
RedirArg ๐Ÿ”’
An argument for a redirect (the source).
RedirType ๐Ÿ”’
An individual redirect, first element is always the target file descriptor.
Run
Command(s) ready to run with context.

Functionsยง

write_seq ๐Ÿ”’