diff options
Diffstat (limited to 'pyGHDL/cli')
-rwxr-xr-x | pyGHDL/cli/ghdl-ls | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyGHDL/cli/ghdl-ls b/pyGHDL/cli/ghdl-ls new file mode 100755 index 000000000..9ca41f5ca --- /dev/null +++ b/pyGHDL/cli/ghdl-ls @@ -0,0 +1,4 @@ +#! /usr/bin/env python3 +import pyGHDL.lsp.main as main + +main.main() |