kcl-lang / kcl-py

KCL Python SDK
Apache License 2.0
9 stars 5 forks source link

[Enhancement] fix grammar error in cli args description #1

Closed He1pa closed 11 months ago

He1pa commented 1 year ago

Enhancement

e.g.,

  positional arguments:
    files                 KCL file paths. If there's more than one files to
                          generate, separate them by space
    --repo-url REPO_URL   The source code repository url. It will displayed in
                          the generated doc to link to the source code.

->

  positional arguments:
    files                 KCL file paths. If there are more than one files to
                          generate, separate them by space
    --repo-url REPO_URL   The source code repository url. It will display in
                          the generated doc to link to the source code.