Skip to content

Commit

Permalink
Merge pull request #932 from ryo246912/master
Browse files Browse the repository at this point in the history
fix: CI
  • Loading branch information
denisidoro authored Jan 18, 2025
2 parents 089be80 + a2c5598 commit bb1efa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/clients/tldr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ lazy_static! {
pub static ref NON_VAR_CHARS_REGEX: Regex = Regex::new(r"[^\da-zA-Z_]").expect("Invalid regex");
}

static VERSION_DISCLAIMER: &str = "tldr-c-client (the default one in Homebrew) doesn't support markdown files, so navi can't use it.
static VERSION_DISCLAIMER: &str =
"tldr-c-client (the default one in Homebrew) doesn't support markdown files, so navi can't use it.
The recommended client is tealdeer(https://github.com/dbrgn/tealdeer).";

fn convert_tldr_vars(line: &str) -> String {
Expand Down
2 changes: 1 addition & 1 deletion src/common/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub enum Shell {
Zsh,
Fish,
Elvish,
Nushell
Nushell,
}

#[derive(Error, Debug)]
Expand Down

0 comments on commit bb1efa4

Please sign in to comment.