Skip to content

Command help text broken on Windows #24

@larryfenn

Description

@larryfenn
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions