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

clink config -h/--help presents wrong help information #686

Closed
mrplumber opened this issue Oct 16, 2024 · 1 comment
Closed

clink config -h/--help presents wrong help information #686

mrplumber opened this issue Oct 16, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@mrplumber
Copy link

❯ clink --version
1.7.3.f8fb96

❯ clink config
Usage:  clink config [command]

Commands:
  prompt            Configure the custom prompt for Clink.
  theme             Configure the color theme for Clink.

Options:
  -h, --help        Show this help text.

❯ clink config -h
Clink v1.7.3.f8fb96
Copyright (c) 2012-2018 Martin Ridgers
Portions Copyright (c) 2020-2024 Christopher Antos
https://github.com/chrisant996/clink

Usage: config [commands]

  list        List color themes
  load        Load a color theme
  save        Save the current color theme
  show        Show what the theme looks like
  print       Print a color theme
  -h, --help  Shows this help text.

❯ clink config list
Unrecognized 'clink config list' command.

Notes:

@chrisant996 chrisant996 added the documentation Improvements or additions to documentation label Oct 16, 2024
@chrisant996
Copy link
Owner

Whups! Thanks for reporting it.

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

No branches or pull requests

2 participants