Module cli

Module cli 

Source

Structsยง

Cli

Enumsยง

Commands
Format
Outcome
The outcome of a CLI operation.

Functionsยง

get_reader ๐Ÿ”’
Helper function to get reader from file path (or stdin if โ€œ-โ€)
get_writer ๐Ÿ”’
Helper function to get writer from file path (or stdout if โ€œ-โ€)
read_binary_input ๐Ÿ”’
Read binary input from reader
read_text_input ๐Ÿ”’
Read text input from reader
write_binary_output ๐Ÿ”’
Write binary output to writer
write_text_output ๐Ÿ”’
Write text output to writer