kcl-lang / cli

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

unknown flag: --path #107

Closed liangyuanpeng closed 4 months ago

liangyuanpeng commented 4 months ago

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

lan$ kcl mod add --path ../modules/kubeadm/
unknown flag: --path

2. What did you expect to see? (Required)

can use arg of path for kcl mod add

...
  # Add a local dependency by flag
  kcl mod add --path /path/to/another_module

i can open a PR for it. /cc @Peefy

3. What did you see instead (Required)

4. What is your KCL components version? (Required)

Peefy commented 4 months ago

Good Catch! PRs welcome! You can remove this line.