Using python cmd
module, I would like to be able to quit the command line application using Ctrl+D. However, default behavior prints ^D
instead of quitting the application.
Reading the documentation, I can't seem to find a way to do it. Any hints ?