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

bug: .role doesn't work with roles with space in the name #2736

Open
1 task done
themrrobert opened this issue Mar 9, 2025 · 0 comments
Open
1 task done

bug: .role doesn't work with roles with space in the name #2736

themrrobert opened this issue Mar 9, 2025 · 0 comments

Comments

@themrrobert
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

You can't use .role to add a role to yourself with a space in it.

I've tried using single quotes and double quotes to enclose the role name, and underscores to represent spaces.

Steps To Reproduce

Make a role named BSO ToB

Try to add it to yourself with .role BSO ToB
or .role "BSO ToB" or .role BSO_ToB or .role 'BSO ToB'

using double quotes shows a list of 4 'matching' roles, however none of the listed roles are actually the named role, they just match BSO, and don't even list the BSO ToB role.

Expected behavior

.roles BSO ToB should add the BSO ToB role. Maybe quotes should be required, but either way, it should work.

Screenshots

No response

Additional context

No response

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

No branches or pull requests

1 participant