1
Fork 0
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:
ZetaNumbers 2022-04-14 15:01:36 +03:00 committed by GitHub
parent 1638d3add1
commit 2d084463c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
]