Releases: pd2-works/psh
Releases · pd2-works/psh
Almost Full Features
This version provides a truthful CLI toolbox without annoying logs!
It has almost all features. In other words, Pd2 Shell can finally run with plugins, extensions and provided commands!
So why not try it now? Although it may still has a few unknown bugs...
java -jar psh-1.0.1-b118.jar [--debug] [-d|--directory <dir>] [--log|-l inf|err] [--disable-module]
Commands Update
We can finally enjoy commands in this version!
...Although there is only one command. It is called psh:test-args
.
psh:
>> test-args
or
psh:test-args a b c " d " "e 1" f2 g3
or even
test-args "Oops!"
The First Release Version
There isn't any useful functions in Pd2 Shell now.
But it can provide a prompt command line, and a basic command history function!
$ java -jar psh-1.0.0-a111.jar
Right now, RUN IT!