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

Allow specifying the flag in the example script #157

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

haacked
Copy link

@haacked haacked commented Jan 7, 2025

This is a little quality of life improvement. When using the example script, it creates an event for the feature flag person-on-events-enabled. This change adds an optional argument that lets you change the feature-flag key for the event like so:

python3 example.py --flag person-on-events-enabled-v1

If the flag is omitted, the script behaves the same as it always did.

@haacked haacked force-pushed the haacked/allow-passing-flag branch from 4835bf0 to 91268d0 Compare January 7, 2025 22:39
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

Successfully merging this pull request may close these issues.

1 participant