Skip to content

Commit

Permalink
Allow fish to be ignored when showing shell configs (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand authored Feb 26, 2025
1 parent 8359fda commit 3db4f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/moon/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ fn gen_docs_for_moon_help_page() {
let markdown: String = clap_markdown::help_markdown::<MoonBuildSubcommands>();
let markdown = markdown.replace("Default value: `zsh`", "Default value: `<your shell>`");
let markdown = markdown.replace("Default value: `bash`", "Default value: `<your shell>`");
let markdown = markdown.replace("Default value: `fish`", "Default value: `<your shell>`");
let markdown = markdown.replace(
"Default value: `powershell`",
"Default value: `<your shell>`",
Expand Down

0 comments on commit 3db4f97

Please sign in to comment.