fix: Allow user to not install Nushell in their system

This commit is contained in:
Gerald Pinder 2025-02-24 23:20:45 -05:00
parent c3f0e6712c
commit 7dc9c7e0c1
13 changed files with 271 additions and 182 deletions

View file

@ -159,6 +159,7 @@ impl GenerateCommand {
)?
.digest,
)
.maybe_nushell_version(recipe.nushell_version.as_ref())
.build();
let output_str = template.render().into_diagnostic()?;