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

fix: help command #283

Merged
merged 1 commit into from
Sep 4, 2024
Merged

fix: help command #283

merged 1 commit into from
Sep 4, 2024

Conversation

arthurpaulino
Copy link
Member

!(help hide), for example, was failing because hide is tagged with Tag::Builtin and the logic for hide only accepted Tag::Sym.

This fix includes Tag::Builtin in the condition for the help logic.

@arthurpaulino arthurpaulino enabled auto-merge (squash) September 4, 2024 12:00
`!(help hide)`, for example, was failing because `hide` is tagged with
`Tag::Builtin` and the logic for `hide` only accepted `Tag::Sym`.

This fix includes `Tag::Builtin` in the condition for the `help` logic.
@arthurpaulino arthurpaulino merged commit 9ca2e93 into main Sep 4, 2024
3 checks passed
@arthurpaulino arthurpaulino deleted the ap/fix-help branch September 4, 2024 12:37
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

Successfully merging this pull request may close these issues.

2 participants