Closed zph closed 1 year ago
also ack on this being a draft - give me a ping when you feel it's ready.
@zph how is it working?
@toumorokoshi It's working for me and I'm happy with the behavior. I've confirmed it completes intermediary folders, including nested folders and then the script names.
I've converted it from a draft and ready for review. Given that fish scripting is a bit esoteric, I left more comments than normal to help with future understanding.
Also, after working on this PR, I think https://github.com/toumorokoshi/tome/issues/11 would be a nice enhancement as you suggested.
great! merged.
Yes #11 is on the backlog :) I have some more work to do with #40 and #41 anyway.
Great thanks :)
I adopted tome to help with team level cli tooling and it's been going well. Thanks for building this project and welcoming contributions for it.
Hello @toumorokoshi !
When tome moved away from --complete style arguments it broke commandline completions for fish.
This patch resolves the issue and re-enables commandline completion.
Note: I'm putting this up as draft so that I can test drive it a few days before being confident in its correctness.