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

Adding the --from option to bigmler whizzml to store packages locally #257

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

mmerce
Copy link
Member

@mmerce mmerce commented Apr 4, 2024

No description provided.

@mmerce mmerce requested a review from jaor April 4, 2024 22:55
@@ -43,6 +43,14 @@ def get_whizzml_options(defaults=None):
"default": defaults.get('upgrade', False),
"help": "Create resource only if it doesn't exist."},

# export script or library to be stored in a package directory
'--from': {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about this, but perhaps something more descriptive like "--import-package" or "--import" would be better? no strong opinion if you like the pithy "--from" though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I actually thought about "--export" as it is exporting the info from the platform, but I thought that was rather a verb than an option. That's why I used "--from"

@jaor
Copy link
Member

jaor commented Apr 4, 2024 via email

@jaor jaor merged commit acf1d94 into master Apr 5, 2024
7 checks passed
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.

2 participants