fish-shell/share/completions/csi.fish
Shun Sakai 67cf50eda4 Added completions of languages developed by Microsoft
* csc, csi, vbc - .NET Compiler Platform (Roslyn)
* fsharpc, fsharpi - F# compiler and REPL environment
* tsc - TypeScript compiler
2019-08-03 14:47:59 -07:00

8 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"