pub fn run(args: Args) -> Result<(), Box<dyn Error>>Expand description
Encrypts or decrypts files and directories given arguments.
input_path and output_path can be either files or directories,
and the input_path file type will be used to determine the operation.