davidovich / summon

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

allow anchoring invocables directly to main command #68

Closed davidovich closed 4 years ago

davidovich commented 4 years ago

This PR allows folding summonable assets and runnable invocables on the main command.

This behavior is enabled by adding summon.WithoutRunCmd() to the main summon.Main() entry-point.

fixes #55