aml icon indicating copy to clipboard operation
aml copied to clipboard

Acorn Markup Language

Results 3 aml issues
Sort by recently updated
recently updated
newest added

Data type is not shown for boolean and is shown as "string" for int/float arguments in `--help`. ``` aml eval ~/example1/Acornfile --help Usage of Acornfile: --decimal string --newApp --newtext string...

bug

acorn version v0.8.0-80-g635ea0a6+635ea0a6 **Steps to reproduce the problem:** 1. Deploy app using the following Acornfile by passing "false" to newApp - acorn run -n mytest . --newApp false --newtext nnupdate...

``` cat schema.acorn { "items": [ { aPositionNumber: number > 0 anExplicitConstant: string == "value" aRegex: string =~ "str.*" aNumberRange: number > 0 && number < 10 || default 1...