Skip to content

Commit

Permalink
fix wf0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 28, 2024
1 parent 7bc3c88 commit 3672616
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ def main [
let p = $plugin.name | str replace -a \ /
print $'Registering ($p)'
if $useRegister {
print -n 'Executing command:'; print $'"register ($p)"'
register $plugin.name
echo $'"register ($p)"'
} else {
print -n 'Executing command:'; print $'"plugin add ($p)"'
nu -c $'"plugin add ($p)"'
echo $'"plugin add ($p)"'
}
}
}
| str join "\n"
| print
sleep 10sec
print $'(char nl)Plugins registered successfully for Nu ($version).'
Expand Down

0 comments on commit 3672616

Please sign in to comment.