antidot icon indicating copy to clipboard operation
antidot copied to clipboard

Feature Request: Supported shells are printed whenever `Error: shell * is still not supported` is printed

Open magnus-ISU opened this issue 3 years ago • 1 comments

Even looking at the code, maybe its because I don't know Go really well but I can't figure out what is supported :P

It seems to me like the supported shells should be known at compile time. However, it is a map which shells are added to at runtime which confuses me.

I would like to try to add ion support, but am confused by what is going on.

magnus-ISU avatar Nov 22 '21 22:11 magnus-ISU

This was an overkill design choice looking back. I think I should just hold all shells in one global list. Next time I will get to that part in the code I will refactor.

doron-cohen avatar Jul 10 '22 19:07 doron-cohen