Skip to content

Allow for any order of model and formula args #225

@falkecarlsen

Description

@falkecarlsen

Would be nice to allow the following syntax as the improvements from #224 makes model and formula args positional:

./cgaal check model.lcgs query.atl
./cgaal check query.atl model.lcgs

And for #217 also:

./cgaal check model.lcgs query0.atl query1.atl query2.atl

Detection of type would need to be with extension (.atl,lcgs) for JSON, we could attempt to parse the input, to determine its type. This adds a bit of overhead, but minimal, and only for JSON input files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions