pub fn program_end<'a, I: Iterator<Item = Field<'a>>>(args: I) -> Command<'a>
Expand description
Signals the end of a program
To instantiate the command, call this function or use the crate::command macro.
pub fn program_end<'a, I: Iterator<Item = Field<'a>>>(args: I) -> Command<'a>
Signals the end of a program
To instantiate the command, call this function or use the crate::command macro.