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

Improve appearance of help command listing #2120

Merged
merged 2 commits into from Apr 12, 2020

Commits on Mar 22, 2020

  1. Copy the full SHA
    0b3b71e View commit details
    Browse the repository at this point in the history
  2. Improve help listing for regex aliases

    This commit improves the appearance of regex aliases in the help index
    by storing the result of calling #inspect on the regex as the listing.
    
    For example, consider the `whereami` alias `/whereami[!?]+/`.
    Previously this would appear in the help index as
    `(?-mix:whereami[!?]+)`. This commit fixes this so it appears as
    `/whereami[!?]+/`.
    bingram-eab committed Mar 22, 2020
    Copy the full SHA
    a164846 View commit details
    Browse the repository at this point in the history