proksee-project / proksee-cmd

Repo for Proksee Cmd Line Tools
Apache License 2.0
21 stars 2 forks source link

Adds Basic Resource Specification #68

Closed emarinier closed 2 years ago

emarinier commented 2 years ago

This pull request adds basic resource specification to the command line options of proksee assemble:

I created a new class called ResourceSpecification, which gets passed around to classes that care about resources (currently the assemblers). In the future, if needed, it should be very straight-forward to add more resource specification options using this object.