- code:"run"\:
Manually execute a remote program or script.
- This program must be in the appropriate PATH environment or otherwise automatically detected when calling without a specific path to the program or script.
+ This program must be in the appropriate code:"PATH" environment or otherwise automatically detected when calling without a specific path to the program or script.
The first bold:"Content" represents the program or script name.
All bold:"Content" after the first are passed to the program or script when running.
- code:"shell"\:
Manually execute a remote program or script using a specific path to the program or script.
- This does not require the program to exist in PATH, but the path to the program or script must be relative to the project path.
+ This does not require the program to exist in code:"PATH", but the path to the program or script must be relative to the project path.
The first bold:"Content" represents the program or script name.
All bold:"Content" after the first are passed to the program or script when running.
#
Dependencies Specification:
- The build settings bold:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
+ The build settings file:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
Each Object represents a specific project name as it would be linked against.
Each Content represents associated information, such as a version number.
The file:"fakefile" file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
A file:"fakefile" is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
- The bold:"Sections" are broken up into multiple bold:"Extended Objects" and their respective bold:"Contents", referred to as bold"Section Operations".
+ The bold:"Sections" are broken up into multiple bold:"Extended Objects" and their respective bold:"Contents", referred to as bold:"Section Operations".
Each of these non-reserved Sections acts as a set to perform some set of bold:"Section Operations".
Each of these bold:"Section Operations" perform a single command or action based on a set of reserved bold:"Section Operation" types.