/define option for pabcnetcclear completion (#8526)

* Add /define option

* Fix PascalABC.NET version
This commit is contained in:
Emily Grace Seville 2021-12-04 19:32:40 +10:00 committed by GitHub
parent a3bf41223e
commit 04de5b1fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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