pub fn issue_file_command(
    command: impl AsRef<str>,
    message: impl AsRef<str>
) -> Result<(), FileCommandError>
Expand description

Issue a file command.

Errors

When no env variable for the file command exists or writing fails.