Closed ajitid closed 5 years ago
I've transferred this to konch since this is likely something that should be added as a Shell
class. PRs welcome.
How can I remove color around Context:
text which Konch passes to shell?
(I'm new to all this, thanks!)
You can set the NO_COLOR
envvar to remove coloring.
NO_COLOR=1 konch -s bpy
Please refer to issue: https://github.com/bpython/bpython/issues/741 Cause: https://github.com/bpython/bpython/issues/640
With BPython, currently SQLAlchemy commit operations don't work as expected.
bpython-curses
which comes bundled withbpython
solves this.