kcl-lang / cli

The KCL Command Line Interface (CLI).
https://kcl-lang.io
Apache License 2.0
19 stars 14 forks source link

Moving init option from kpm #59

Closed liangyuanpeng closed 7 months ago

liangyuanpeng commented 7 months ago

Releated: #57

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

Peefy commented 7 months ago

LGTM

Peefy commented 7 months ago

We will only abandon the part of KPM CLI and use kcl mod instead, while retaining all parts of kpm pkg. See this issue: https://github.com/kcl-lang/kcl/issues/756

Besides, before the release of the next major version v0.9.0, we will push for the merger of CLI and toolchain repositories in the future. Currently, we can write the option in the kpm repository and reference it in the cli repository.

liangyuanpeng commented 7 months ago

Currently, we can write the option in the kpm repository and reference it in the cli repository.

Thanks for quickly reply and let me create a KPM pr for it,closing..

Peefy commented 7 months ago

Thank you for the contribution.