flaviostutz / ruller-dsl-feature-flag

A feature flag engine that can be used to enable, change or rollout features of a system dynamically based on system or user attributes
MIT License
2 stars 6 forks source link

adds glob pattern handling for the source param and example rules files #23

Closed eabili0 closed 4 years ago

eabili0 commented 4 years ago

Fix #22

This PR adds Glob Pattern handling capabilities for the source param parsing.

Documentation has been updated to reflect these changes.

Whenever a Glob pattern is used, it must be enclosed by double quotes, otherwise CLI params parsing by Go's flag lib can go haywire.

flaviostutz commented 4 years ago

@abilioesteves thanks, man!