README
- JLI CLI ** Usage
+BEGIN_SRC bash
./@scripts/jli [-f] [-e] [-b] [-c] [-p] [-l] [-s]
+END_SRC
- [-f] Path/to/file.lisp
- [-e] JLI Command Library
- [-b] JLI Command Blacklist Library
- [-c] JLI CustomCompiler
- [-l] RunLevel
- [-p] CLI Multi-Process Type
- [-s] JLI Setup: short for -e[COMMANDS] -b[BLACKLIST] -c[COMPILER] -p[PROC] ** Installation To install the jli cli run:
+BEGIN_SRC bash
./@scripts/install.sh
+END_SRC
And insert the path to your jli-cli script location. To automatically add the cli to your path (given that you add .local/bin) you can enter /home/$USER/.local/bin/jli as the file path. Note that the installaer will the provided input as the file name, but wont create missing directories