[][src]Module pwfr::core::ebuild::executor

Ebuild and Eclass Ast Executor

Common types of Executor environment Inspired by https://crates.io/crates/Ebuild (github: https://github.com/seiyanuta/Ebuild)

Structs

Executor
Frame

A variable scope.

Job

Represents a job. Refer https://www.gnu.org/software/libc/manual/html_node/Implementing-a-Shell.html

JobId

Enums

ExitStatus

The exit status or reason why the command exited.

ProcessState