| Short | Long | Description |
|---|---|---|
-c |
--content |
The Content to write. |
-E |
--content_end |
Write the end of Content characters. |
-N |
--content_next |
Write the next Content characters (separates multi-Content apart). |
-d |
--double |
Use double quotes (default). |
-f |
--file |
Specify a file to send data to. |
-g |
--grave |
Use graves to quote. |
-I |
--ignore |
Ignore a given range within a Content. |
-o |
--object |
The Object to write. |
-O |
--object_open |
Write the open Object characters. |
-p |
--partial |
Do not file end of Object/Content character. |
-P |
--prepend |
Prepend the given white space characters to the start of each multi-line Content. |
-s |
--single |
Use single quotes. |
-T |
--trim |
Trim Object names. |
The +Q/++quiet parameter silences all output that is not the intent and purpose of the program.
For example, the purpose of the utf8 program is to print the Unicode code point or the UTF-8 byte code.
The +Q/++quiet will not suppress this output.
The new line printed at the end of the program, is however, not printed.
The +Q/++quiet is ideal for using in scripting to help guarantee more consistent and controlled output.
The +N/++no_color simplifies the output to avoid the special color character codes.
The special color character codes tend to take up a lot of extra space and may slow down printing performance.