openpipelines-bio / openpipeline

https://openpipelines.bio
MIT License
25 stars 11 forks source link

Change separator for arguments with multiple input from `:` to `;` #700

Closed rcannood closed 3 months ago

rcannood commented 3 months ago

Changelog

Change separator for arguments with multiple input from : to ;. This is technically a breaking change since arguments like --input "foo:bar" would now need to be written as --input "foo;bar". However, this way of writing arguments is not expected to be used in practice.

Note:

Update: The foo:bar or foo,bar notation is apparently used a lot in the tests :P

Issue ticket number and link

Closes #xxxx (Replace xxxx with the GitHub issue number)

Checklist before requesting a review

rcannood commented 3 months ago

Done!