-
Notifications
You must be signed in to change notification settings - Fork 890
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
Add CLI entrypoint #493
Add CLI entrypoint #493
Conversation
Codecov Report
@@ Coverage Diff @@
## master #493 +/- ##
=========================================
- Coverage 96.34% 96.1% -0.24%
=========================================
Files 106 108 +2
Lines 8802 8853 +51
=========================================
+ Hits 8480 8508 +28
- Misses 322 345 +23
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
featuretools_cli
, and assuming a dictionary calledcommands
, it will add/override those CLI commands.-
commands
should be a dict with {'name': 'command'). The command should be a function with the @click decorator.featuretools info
in the CLI prints our more information.