httpie / http-prompt

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

Home Page:https://http-prompt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The command line param -v show the version but launch the cli

mdtrooper opened this issue · comments

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:~$ 

Hi,

I am new to open source contributions, and I would like to get this issue assigned to me.