Function read_and_parse_file

Source
pub fn read_and_parse_file(file_path: String) -> String
Expand description

When the CLI is called with -f to open a file this function opens it

ยงPanics

This can panic when opening a file which does not exist!