printable-shell-command 0.2.4

A helper library to print shell commands.
Documentation
1
2
3
4
5
6
7
8
9
10
mod command;
mod format;
mod formatting_options;
mod print_builder;
mod printable_shell_command;
mod shell_printable;

pub use formatting_options::{ArgumentLineWrapping, FormattingOptions, Quoting};
pub use printable_shell_command::PrintableShellCommand;
pub use shell_printable::{ShellPrintable, ShellPrintableWithOptions};