mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
Update make-completions.nu (#232)
command argument is now optional to allow running just `make`
This commit is contained in:
parent
3f70875f65
commit
dcd335f191
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def "nu-complete make" [] {
|
|||
}
|
||||
|
||||
export extern "make" [
|
||||
command: string@"nu-complete make"
|
||||
command?: string@"nu-complete make"
|
||||
--always-make(-B) # Unconditionally make all targets.
|
||||
--directory(-C): string@"nu-complete make dirs" # Change to DIRECTORY before doing anything.
|
||||
--debug(-d) # Print various types of debugging information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue