It is a tiny bug but it is annoying. It is related with #208 . The command line long param runs fine: ``` $ http-prompt --version 2.1.0 $ ``` But the short command line fails: ``` $ http-prompt -v Version: 2.1.0 http://-v> Goodbye! mdtrooper@laptop:~$ ```