mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
fix: make complitions referred to undefinded "nu-complete files" (#203)
This commit is contained in:
parent
1638d3add1
commit
2d084463c1
1 changed files with 3 additions and 3 deletions
|
@ -49,8 +49,8 @@ def "nu-complete make" [] {
|
|||
--version(-v) # Print the version number of make and exit.
|
||||
--print-directory(-w) # Print the current directory.
|
||||
--no-print-directory # Turn off -w, even if it was turned on implicitly.
|
||||
--what-if(-W): string@"nu-complete files" # Consider FILE to be infinitely new.
|
||||
--new-file: string@"nu-complete files"
|
||||
--assume-new: string@"nu-complete files"
|
||||
--what-if(-W): string@"nu-complete make files" # Consider FILE to be infinitely new.
|
||||
--new-file: string@"nu-complete make files"
|
||||
--assume-new: string@"nu-complete make files"
|
||||
--warn-undefined-variables # Warn when an undefined variable is referenced.
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue