App Class |
Namespace: Microsoft.Research.Liquid
[<AbstractClassAttribute>] [<SealedAttribute>] type App = class end
The App type exposes the following members.
Name | Description | |
---|---|---|
RunLiquid |
The main routine for running Liquid.
This function gets the command-line parameters from the environment,
parses them, and executes the requested Liquid method.
|