-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a program designed to mimic the "System Call:" idea from Sword Art Online: Alicization. You can use commands in the form System Call: <What to do> <What to do it on>. Example: System Call: Execute Dir will run the "dir" command in Windows.
There are a subset of commands that will be implemented as Cardinal Commands. These don't use System Call at all. Instead, you use Cardinal::<command>. For example, Cardinal::Exit exits the program.
These commands will be certain administrative commands. For example, there will be some user commands added as well.
You can get a list of commands in the program by using System Call: Inspect Entire List (once implemented). You could also use System Call: Inspect <command> to get info on one command. (You will also be able to just use help, but where's the fun in that?) This list will be updated with the program itself, so anything there will be available in the version you have.
However, if it didn't get updated right, or is missing (as it will be during Alpha), a complete list of implemented features will be on this wiki.