Open colton22 opened 6 years ago
This behavior also happens when using command view
Thanks I was able to reproduce. It was supposed to default to .jira.d/templates/<command>
so not sure why yet it is also allowing ./<command>
as well for the template source. I will try to resolve this.
ref #184
This looks like the behavior lives in the figtree findParentPaths
function that eventually gets called from getTemplate in templates.go.
ACTUALLY nevermind, findClosestParentPath
in util.go
picks the path from the end of the array, which AFAICT should be correct
The script seems to get confused when detecting a file which name matches a subcommand... Forgive me for not being able to show a real ticket title, I just choose -a jsmith to prevent our projects from being shown.