Skip to content
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

Hurl usage doesn't end with newline #60

Closed
jcamiel opened this issue Nov 1, 2020 · 1 comment
Closed

Hurl usage doesn't end with newline #60

jcamiel opened this issue Nov 1, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Nov 1, 2020

When typing hurl + enter, Hurl's usage is shown. It should end with a newline.
Actual:

~/Documents/Dev/hurl-jvm $ hurl
hurl 0.99.13
Run hurl FILE(s) or standard input

USAGE:
    hurl [OPTIONS] [--] [INPUT]...

OPTIONS:
        --append                              Append sessions to json output
        --color                               Colorize Output
        --compressed                          Request compressed response (using deflate or gzip)
        --connect-timeout <SECONDS>           Maximum time allowed for connection
    -b, --cookie <FILE>                       Read cookies from FILE
    -c, --cookie-jar <FILE>                   Write cookies to FILE after running the session (only for one session)
...
        --variable <NAME=VALUE>...            Define a variable
    -v, --verbose                             Turn on verbose output
    -h, --help                                Prints help information
    -V, --version                             Prints version information

ARGS:
    <INPUT>...    Sets the input file to use~/Documents/Dev/hurl-jvm $ 

Expected:

~/Documents/Dev/hurl-jvm $ hurl
hurl 0.99.13
Run hurl FILE(s) or standard input

USAGE:
    hurl [OPTIONS] [--] [INPUT]...

OPTIONS:
        --append                              Append sessions to json output
        --color                               Colorize Output
        --compressed                          Request compressed response (using deflate or gzip)
        --connect-timeout <SECONDS>           Maximum time allowed for connection
    -b, --cookie <FILE>                       Read cookies from FILE
    -c, --cookie-jar <FILE>                   Write cookies to FILE after running the session (only for one session)
...
        --variable <NAME=VALUE>...            Define a variable
    -v, --verbose                             Turn on verbose output
    -h, --help                                Prints help information
    -V, --version                             Prints version information

ARGS:
    <INPUT>...    Sets the input file to use
~/Documents/Dev/hurl-jvm $ 
@jcamiel jcamiel added the bug Something isn't working label Nov 1, 2020
@fabricereix
Copy link
Collaborator

fixed in #62

@lepapareil lepapareil added this to the 0.99 milestone Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants