Tako Schotanus

Results 375 comments of Tako Schotanus

Well, in the JSON you can of course put whatever you like, it's supposed to be "safe". Just never thought about EvilMax trying to edit his way out of CLI...

> you can make catalog that lists other implictly named catalogs I don't think that makes any sense, I could imagine being able to use implicit catalog names as the...

Btw, I just remembered that JBang, internally, _does_ make use of the fact that we can give aliases names with special chars. Heck we even store entire URLs it seems...

@maxandersen what about extending `app install` from `run`? That way it would have all the same options as run. We'd get all the picocli help for all the options as...

@maxandersen sure I'm probably not advocating to _actually_ have it extend `run`, because that would also inherit completely unneeded code. So we'd definitely be talking about mixins and the like....

This is obviously very useful functionality and we should definitely add this. **Soapbox**: but to me it's also an example of what we discussed earlier in one of our chats,...

Wdyt about this, @maxandersen ?

I agree that your suggested output makes for better reading. I do wonder how to present the `--show-origin` though, unless we go for a double indented list: ``` https://github.com/jbanghub/jbang-catalog/jbang-catalog.json *jbanghub/apple*...

Hmm indeed.... I wonder if instead of having some kind of "exception" for installed apps we have to rethink how those property files are resolved instead? Anyway, can you explain...

> jbang config add deps gav,gav2 That's definitely something I would advise against. It's only possible because we have some very generic code that makes all CLI flags settable by...