Use output-stdout pattern for linter command (#2794)

This commit is contained in:
Charlie Marsh 2023-02-11 22:09:03 -05:00 committed by GitHub
parent 77e65c9ff5
commit 8289ede00f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 35 deletions

View file

@ -94,5 +94,6 @@ pub fn rule(rule: &Rule, format: HelpFormat) -> Result<()> {
mdcat::push_tty(settings, env, &mut stdout, parser)?;
}
};
Ok(())
}