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

Can't specify height with -h option as CLI #8

Closed
horihiro opened this issue May 12, 2018 · 1 comment
Closed

Can't specify height with -h option as CLI #8

horihiro opened this issue May 12, 2018 · 1 comment

Comments

@horihiro
Copy link

-h option means --help.
But help message describes that -h means --height

$ asciify image.jpg -h 200

  Usage: asciify [options] [path]

  Options:

    -c, --color      true for color, false for B/W
    -r, --c-ratio    character width-height ratio
    -f, --fit        resize rule: box, height, width, original, none
    -h, --height     height to resize to
    -w, --width      width to resize to

  See the readme for detailed options and defaults

  Example:

    $ asciify lolwut.png -c false
@horihiro
Copy link
Author

I confirmed that -t option can be used! 👍
Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant