feat: prompt to install missing command

This commit is contained in:
iff 2024-11-27 20:38:37 +01:00
parent ab3534f0ef
commit c99c736ad5
7 changed files with 351 additions and 23 deletions

View file

@ -23,6 +23,7 @@ mod rules;
mod shell;
mod style;
mod suggestions;
mod system;
#[cfg(feature = "runtime-rules")]
mod replaces;