davidovich / summon

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

withoutRunCmd config --tree should imply --ls #101

Closed davidovich closed 9 months ago

davidovich commented 9 months ago

Before this change, when using the WithoutRunCmd configuration, if you were to use the --tree option to show the embedded files as a tree, summon would fail.

This change allows using the --tree from the root command, as advertised in help.

fixes #100