sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

Parse out fields in list[str] inputs for `import` hook #188

Closed robcxyz closed 10 months ago

robcxyz commented 10 months ago

This should work

import_>:
  - foo --version latest 

Will need to parse out args for list[str] inputs. Right now the whole str is considered a src.