vilicvane

Results 65 comments of vilicvane

I see. Actually one of the reasons that clime chose to have dynamically loaded commands is large CLI tools. I think exposing a configurable `require` function would be enough in...

Hi, clime currently does not work with `ts-node`, as it searches compiled `.js` files for commands and their metadata. Could you elaborate a little bit on the motivation using `ts-node`...

Thanks for the detailed feedback. I think it's reasonable to be able to specify module extensions in this case. Will try to add `ts-node` support if I get some time,...

@asafh Hi, thanks for the idea. Unfortunately I cannot think of a nice way to achieve that using currently provided API. Will investigate this later.

Hi, thanks for this suggestion. There is some performance concern over large command bundle, but I think there would be easy fixes like dynamic import.

@dejitaiza Hi, absolutely yes. But please also add related tests.

Hi @marshall007 , thanks for this PR. Yes the CI failure was caused by an accidentally committed file by me. Along with other feature requests, I think there would be...

@marshall007 You might be right. We need some efforts on baseman implementation though. I will make necessary changes to baseman and test case generating here, and once done will merge...

Hi, thanks for this feature request. I am quite into the second solution (though I might prefer `peek` and `consume`), it looks like a more elegant way consuming options while...

@xujif sorry I think I misunderstood your point. Do you mean a param/option with default and is required should not throw an error? If so, why not remove the `required`...