Skip to content

Commit

Permalink
chore: update cli run and lint documents
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Apr 22, 2024
1 parent 06ec5da commit cde3a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/kcl/commands/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ For example, 'kcl lint path/to/kcl.k' will lint the file named path/to/kcl.k
# Lint multiple files
kcl lint path/to/kcl1.k path/to/kcl2.k
# Lint OCI packages
kcl lint oci://ghcr.io/kcl-lang/helloworld
# Lint the current package
kcl lint`
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/kcl/commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ For example, 'kcl run path/to/kcl.k' will run the file named path/to/kcl.k
# Run multiple files
kcl run path/to/kcl1.k path/to/kcl2.k
# Run OCI packages
kcl run oci://ghcr.io/kcl-lang/helloworld
# Run remote Git repo
kcl run https://github.com/kcl-lang/flask-demo-kcl-manifests
Expand Down

0 comments on commit cde3a7a

Please sign in to comment.