mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
fix: cargo fmt
This commit is contained in:
parent
089be801b2
commit
a2c5598a01
2 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ pub enum Shell {
|
|||
Zsh,
|
||||
Fish,
|
||||
Elvish,
|
||||
Nushell
|
||||
Nushell,
|
||||
}
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue