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

replace all non-word characters with wordify #166

Merged

Commits on Mar 1, 2024

  1. replace all non-word characters with wordify

    Use the regular expression set \W to replace all non-word characters
    instead of the fixed set [-.\s:] in wordify. Add a test for subcommands
    containing slashes in their name as an example. This could be tested
    more robustly.
    dustinlagoy committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c33102b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. slight tidy

    casperdcl authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    47e8401 View commit details
    Browse the repository at this point in the history