Skip to content

Commit 4a09e81

Browse files
committed
chore: remove un-used kcl mod add path flags
Signed-off-by: peefy <xpf6677@163.com>
1 parent dc24259 commit 4a09e81

File tree

4 files changed

+0
-12
lines changed
  • docs/tools/cli/package-management/command-reference
  • i18n/zh-CN/docusaurus-plugin-content-docs
    • current/tools/cli/package-management/command-reference
    • version-0.9/tools/cli/package-management/command-reference
  • versioned_docs/version-0.9/tools/cli/package-management/command-reference

4 files changed

+0
-12
lines changed

docs/tools/cli/package-management/command-reference/2.add.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ Examples:
8282
# Add the module dependency from the OCI Registry by flag
8383
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0
8484

85-
# Add a local dependency by flag
86-
kcl mod add --path /path/to/another_module
87-
8885
Flags:
8986
--branch string git repository branch
9087
--commit string git repository commit

i18n/zh-CN/docusaurus-plugin-content-docs/current/tools/cli/package-management/command-reference/2.add.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ Examples:
8282
# Add the module dependency from the OCI Registry by flag
8383
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0
8484

85-
# Add a local dependency by flag
86-
kcl mod add --path /path/to/another_module
87-
8885
Flags:
8986
--branch string git repository branch
9087
--commit string git repository commit

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/tools/cli/package-management/command-reference/2.add.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ Examples:
8282
# Add the module dependency from the OCI Registry by flag
8383
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0
8484

85-
# Add a local dependency by flag
86-
kcl mod add --path /path/to/another_module
87-
8885
Flags:
8986
--branch string git repository branch
9087
--commit string git repository commit

versioned_docs/version-0.9/tools/cli/package-management/command-reference/2.add.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ Examples:
8282
# Add the module dependency from the OCI Registry by flag
8383
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0
8484

85-
# Add a local dependency by flag
86-
kcl mod add --path /path/to/another_module
87-
8885
Flags:
8986
--branch string git repository branch
9087
--commit string git repository commit

0 commit comments

Comments
 (0)