-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Pablo Ariel Mayobre edited this page Sep 4, 2017
·
7 revisions
There are a few things you can check out in this wiki, and that depends on what you wanna do!
Well first go to the Install section.
Once you have installed OBEY in your computer I suggest you check out the Internal Workings section to get an idea on how everything works.
After that you can read the Usage without problems!
Obey provides a few APIs, through the obey
global object. You can read about those in the sections:
-
Execute: This functions provide alternatives to
xpcall
,pcall
,setfenv
andgetfenv
. - Plugins: Plugins allow you to add functionality to OBEY.
- Parsed Arguments: OBEY parses the command line arguments and provides you with really useful information about them.
This is a great part of OBEY, you can read about how to use Plugins or how to Create a Plugin