nushell-plugins/justfiles
Jesús Pérez 3201f4b7d4 fix: allow just complete-update to fallback to system Nushell binary
When Nushell is already installed in the OS, complete-update should use
the system binary instead of requiring a compiled binary first. This
removes the circular dependency:

BEFORE: complete-update required compiled nu binary
  - If nu not compiled:  error
  - Force-compiles to 0.108.0 even if 0.109 update requested

AFTER: complete-update now has smart fallback
  - Try compiled binary first (if exists)
  - Fall back to system nu (if available)
  - Only error if neither exists

This makes the script work in real-world scenarios where users have
Nushell installed in their OS.
2025-11-30 10:09:29 +00:00
..
alias.just chore: fix alias install modes 2025-09-24 14:09:04 +01:00
build.just feat: major repository modernization and tracking cleanup 2025-09-20 19:02:28 +01:00
distro.just chore: fix full collect and build 2025-09-24 21:28:50 +01:00
full_distro.just chore: fix full collect and build 2025-09-24 21:28:50 +01:00
help.just # Summary 2025-10-19 02:39:31 +01:00
qa.just feat: major repository modernization and tracking cleanup 2025-09-20 19:02:28 +01:00
tools.just chore: fix full collect and build 2025-09-24 21:28:50 +01:00
upstream.just feat: major repository modernization and tracking cleanup 2025-09-20 19:02:28 +01:00
version_update.just fix: allow just complete-update to fallback to system Nushell binary 2025-11-30 10:09:29 +00:00