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

Add convenient aliases for allow/deny commands #935

Merged
merged 4 commits into from Apr 25, 2022
Merged

Add convenient aliases for allow/deny commands #935

merged 4 commits into from Apr 25, 2022

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    941db83 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. allow/deny: Add command aliases that may commonly be typed

    It's easy to forget the correct command name -- so support them all!
    
      allow  / block
      permit / deny
      grant  / revoke
    rvl committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    df5027e View commit details
    Browse the repository at this point in the history
  2. Add test case for aliases

    rvl committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    db133f5 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    rvl committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    77385a9 View commit details
    Browse the repository at this point in the history