davidovich / summon

Summon: your data on caffeine
Apache License 2.0
12 stars 0 forks source link

breaking: improve rendering algorithm of commands #62

Closed davidovich closed 4 years ago

davidovich commented 4 years ago

This breaks the config format which now takes an array of prameters to the invoker. The array is passed after the handle.

fixes bug: suffix params are passed as single string

render invoker template, then render the target The command line is better separated now.

Fixes #61