-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Add compatibility with any shell #6
Comments
I'd say we firstly would start with finding an ouput colouring library that is compatible with all shells (including Command Prompt, Old PS etc) because the current package we're using (Chalk) acts weird in those old terminals. |
replace urfave/cli and chalk with pTerm. |
Never mind, pTerm doesn't provide the functionality that urfave/cli does. But thats OK, we can just use pTerm instead of chalk-- it looks better anyway. |
We can use pTerm instead of Survey I think or otherwise we can use it for colouring and that's it. |
The power of cross collaboration :) |
At the moment, we default to "sh" (for any non-windows OS) and "cmd" for Windows.
We should look into determining what shell the current user executed sampgo cli from, then using that.
The text was updated successfully, but these errors were encountered: