mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +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'
|
||||
set --local current_token (commandline --current-token --cut-at-cursor)
|
||||
switch $current_token
|
||||
|
@ -10,7 +12,8 @@ $current_token"1"\tDisable generation"
|
|||
/?\tShow help
|
||||
/Debug\tGenerate a code debug info
|
||||
/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
|
||||
|
||||
|
|
Loading…
Reference in a new issue