Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Simplify options parsing #26

@hdodov

Description

@hdodov

The current options parser is too advanced - has support for arrays and objects, for which there's probably no use-case. A simple regex like this will probably be enough:

/\s*([^\s:]+)\s*:\s*([^\s,][^,]*),?/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions