Skip to content

Commit

Permalink
fix: fix typo 'dependancy'->'dependency'. (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe authored Aug 31, 2023
1 parent 3aaee6f commit b80dece
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/cmd_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func NewAddCmd() *cli.Command {
return &cli.Command{
Hidden: false,
Name: "add",
Usage: "add new dependancy",
Usage: "add new dependency",
Flags: []cli.Flag{
&cli.StringSliceFlag{
Name: "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
KPM_HOME=""
KCLVM_VENDOR_HOME=""
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kpm --help
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
COMMANDS:
init initialize new module in current directory
add add new dependency
pkg package a kcl package into tar
metadata output the resolved dependencies of a package
run compile kcl package.
login login to a registry
logout logout from a registry
push push kcl package to OCI registry.
pull pull kcl package from OCI registry.
help, h Shows a list of commands or help for one command

0 comments on commit b80dece

Please sign in to comment.