Skip to content

Commit

Permalink
docs(descriptions): add just as available runner to description of fz…
Browse files Browse the repository at this point in the history
…f-make (#428)
  • Loading branch information
kyu08 authored Jan 9, 2025
1 parent 01e6787 commit 929dd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fzf-make"
version = "0.55.0"
edition = "2021"
authors = ["kyu08"]
description = "A command line tool that executes commands using fuzzy finder with preview window for make, pnpm."
description = "A command line tool that executes commands using fuzzy finder with preview window for make, pnpm, yarn and just."
license = "MIT"
repository = "https://github.com/kyu08/fzf-make"
exclude = ["/.git", "/.github", ".gitignore", "Makefile", "/static", "/makefiles", "/doc", "_typos.toml", "renovate.json", "test_data"]
Expand Down
2 changes: 1 addition & 1 deletion src/usecase/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl Usecase for Help {
// TODO: Make each command have the following information as a struct, and just display it here.
// Define the vector of usecases in only one place and refer to it.
pub fn get_help() -> String {
r#"A command line tool that executes commands using fuzzy finder with preview window. Currently supporting make, pnpm.
r#"A command line tool that executes commands using fuzzy finder with preview window. Currently supporting make, pnpm, yarn, and just.
USAGE:
Run `fzf-make` in the directory where you want to execute make or pnpm command exists or `fzf-make [SUBCOMMAND]`.
Expand Down

0 comments on commit 929dd2a

Please sign in to comment.