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

Clip commas from triggers #33

Closed
DerekRoberts opened this issue Jun 5, 2023 · 1 comment
Closed

Clip commas from triggers #33

DerekRoberts opened this issue Jun 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DerekRoberts
Copy link
Member

I keep needlessly and frustratingly putting commas in my arrays and assume others will be similarly daft at times. Add handling to clip commas.

E.g. ('one', 'two') is wrong, while ('one' 'two) is fine. Make both fine.

@DerekRoberts DerekRoberts self-assigned this Jun 5, 2023
@DerekRoberts DerekRoberts added the enhancement New feature or request label Jun 5, 2023
@DerekRoberts
Copy link
Member Author

Bash arrays don't use commas, so we shouldn't either. Alternatively, we could look at another input format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant