fix: Allow user to not install Nushell in their system
This commit is contained in:
parent
c3f0e6712c
commit
7dc9c7e0c1
13 changed files with 271 additions and 182 deletions
|
|
@ -159,6 +159,7 @@ impl GenerateCommand {
|
|||
)?
|
||||
.digest,
|
||||
)
|
||||
.maybe_nushell_version(recipe.nushell_version.as_ref())
|
||||
.build();
|
||||
|
||||
let output_str = template.render().into_diagnostic()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue