mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
9 lines
607 B
Fish
9 lines
607 B
Fish
|
# Completions for the Visual C# Interactive Compiler(Roslyn)
|
||
|
|
||
|
complete -c csi -o help -o "?" -d "Display this usage message"
|
||
|
complete -c csi -o version -d "Display the version and exit"
|
||
|
complete -c csi -s i -d "Drop to REPL after executing the specified script"
|
||
|
complete -c csi -o "r:" -o "reference:" -d "Reference metadata from the specified assembly file(s)"
|
||
|
complete -c csi -o "lib:" -o "libPath:" -o "libPaths:" -d "List of directories where to look for libraries specified by #r directive"
|
||
|
complete -c csi -o "u:" -o "using:" -o "usings:" -o "import:" -o "imports:" -d "Define global namespace using"
|