Crate comlexr_macro

Source

Macros§

cmd
Generates a command expression by combining static strings, conditional logic, loops, pattern matching, and closures to dynamically build and format command-line arguments.
pipe
Chain the stdout of commands to stdin. Execution is lazy so commands aren’t run until status() or output() is called.