feat(nushell): add auto-bootstrapped completion registry flow
- generate cache registry module from command list and load it at startup - add pj completion sync (-s) with optional help and restart behavior - keep missing-cache fallback via noop module and preserve cache ignore rules
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
!noop.nu
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
# Fallback completion module intentionally exports nothing.
|
||||
Reference in New Issue
Block a user