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

Better display of rule option default for array option #503

Merged
merged 1 commit into from Nov 16, 2023

Conversation

bmish
Copy link
Owner

@bmish bmish commented Nov 16, 2023

Before:

Name Description Type Default
methods An additional list of methods. Array ``
methods2 An additional list of methods. Array hello world,1,2,3

After:

Name Description Type Default
methods An additional list of methods. Array []
methods2 An additional list of methods. Array [hello world, 1, 2, 3]

Open to tweaking this further if there is a more standard or aesthetic format to use.

Part of: #491

@bmish bmish added the bug Something isn't working label Nov 16, 2023
@bmish bmish changed the title Better display of rule array option defaults Better display of rule option default for array option Nov 16, 2023
@bmish bmish merged commit 9061a51 into main Nov 16, 2023
9 checks passed
@bmish bmish deleted the option-arr-default branch November 16, 2023 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant