You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good news: datakit mostly works on Windows
Bad news: datakit-data help text is broken. The datakit-data commands work fine, it's just the help text.
What I Did
$ datakit --help
usage: datakit [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug]
datakit
optional arguments:
--version show program's version number and exit
-v, --verbose Increase verbosity of output. Can be repeated.
-q, --quiet Suppress output except warnings and errors.
--log-file LOG_FILE Specify a file to log output. Disabled by default.
-h, --help Show help message and exit.
--debug Show tracebacks on errors.
Commands:
complete print bash completion command
help print detailed help for another command
datakit-data (0.2.0)
--------------------
Could not load EntryPoint.parse('data init = datakit_data:Init')
Could not load EntryPoint.parse('data pull = datakit_data:Pull')
Could not load EntryPoint.parse('data push = datakit_data:Push')
datakit-github (0.1.1)
----------------------
github integrate Integrate local project code with Github
datakit-project (0.3.1)
-----------------------
project create Create a new project.
project templates List project templates
project templates update Update locally installed Cookiecutter templates
The text was updated successfully, but these errors were encountered:
Description
Good news: datakit mostly works on Windows
Bad news: datakit-data help text is broken. The datakit-data commands work fine, it's just the help text.
What I Did
The text was updated successfully, but these errors were encountered: