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

Command help text broken on Windows #24

Open
larryfenn opened this issue Mar 3, 2020 · 0 comments
Open

Command help text broken on Windows #24

larryfenn opened this issue Mar 3, 2020 · 0 comments

Comments

@larryfenn
Copy link
Contributor

  • datakit-data plugin version: 0.2.0
  • Python version: 3.7
  • Operating System: Windows 10

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

$ 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
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

No branches or pull requests

1 participant