mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
/define option for pabcnetcclear completion (#8526)
* Add /define option * Fix PascalABC.NET version
This commit is contained in:
parent
a3bf41223e
commit
04de5b1fec
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Completion for: PascalABC.NET 3.8.1 compiler
|
||||||
|
|
||||||
function __pabcnetcclear_generate_args --description 'Function to generate args'
|
function __pabcnetcclear_generate_args --description 'Function to generate args'
|
||||||
set --local current_token (commandline --current-token --cut-at-cursor)
|
set --local current_token (commandline --current-token --cut-at-cursor)
|
||||||
switch $current_token
|
switch $current_token
|
||||||
|
@ -10,7 +12,8 @@ $current_token"1"\tDisable generation"
|
||||||
/?\tShow help
|
/?\tShow help
|
||||||
/Debug\tGenerate a code debug info
|
/Debug\tGenerate a code debug info
|
||||||
/output\tSpecify an executable name
|
/output\tSpecify an executable name
|
||||||
/SearchDir\tSpecify a path to search units"
|
/SearchDir\tSpecify a path to search units
|
||||||
|
/define\tDefine a symbol"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue