Skip to content

Commit

Permalink
chore: remove un-used kcl mod add path flags
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 18, 2024
1 parent dc24259 commit 4a09e81
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions docs/tools/cli/package-management/command-reference/2.add.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ Examples:
# Add the module dependency from the OCI Registry by flag
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0

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

Flags:
--branch string git repository branch
--commit string git repository commit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ Examples:
# Add the module dependency from the OCI Registry by flag
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0

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

Flags:
--branch string git repository branch
--commit string git repository commit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ Examples:
# Add the module dependency from the OCI Registry by flag
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0

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

Flags:
--branch string git repository branch
--commit string git repository commit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ Examples:
# Add the module dependency from the OCI Registry by flag
kcl mod add --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.0

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

Flags:
--branch string git repository branch
--commit string git repository commit
Expand Down

0 comments on commit 4a09e81

Please sign in to comment.