pub fn get_filepath() -> String
Expand description

Returns the filepath from the command line arguments assuming that the filepath is the first argument.

Returns

  • The filepath from the command line arguments.

Panics

  • If the filepath is not provided.