pub fn taskify<Command: Debug + StructOpt>(
    filename: &Path
) -> Result<Vec<TaskInput<Command>>>