[go: up one dir, main page]

Type Definition gix::config::tree::keys::Program

source ·
pub type Program = Any<Program>;
Expand description

A key that represents an executable program, shell script or shell commands.

Implementations§

source§

impl Program

source

pub const fn new_program( name: &'static str, section: &'static dyn Section ) -> Self

Create a new instance.