tooploox / oya

Using Oya packs containing reusable boilerplate & scripts, you can bootstrap easy to work with, deployable projects
https://oya.sh
MIT License
151 stars 3 forks source link

`oya tasks` does not show doc strings of imported tasks #81

Open bilus opened 5 years ago

bilus commented 5 years ago
$ oya init github.com/xxxxx
$ oya import github.com/bilus/circleci
$ oya tasks
# in ./Oyafile
oya run circleci.Changeset
oya run circleci.init
oya run circleci.initUsage
oya run circleci.latest
oya run circleci.logs
oya run circleci.onMerge
oya run circleci.onMergeSuccess
oya run circleci.onPush
oya run circleci.open
oya run circleci.show

Expected to show doc strings defined for some of the tasks by the pack.