Skip to content

Commit cde3a7a

Browse files
committed
chore: update cli run and lint documents
Signed-off-by: peefy <[email protected]>
1 parent 06ec5da commit cde3a7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/kcl/commands/lint.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ For example, 'kcl lint path/to/kcl.k' will lint the file named path/to/kcl.k
1717
1818
# Lint multiple files
1919
kcl lint path/to/kcl1.k path/to/kcl2.k
20-
20+
2121
# Lint OCI packages
2222
kcl lint oci://ghcr.io/kcl-lang/helloworld
23-
23+
2424
# Lint the current package
2525
kcl lint`
2626
)

cmd/kcl/commands/run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ For example, 'kcl run path/to/kcl.k' will run the file named path/to/kcl.k
2020
2121
# Run multiple files
2222
kcl run path/to/kcl1.k path/to/kcl2.k
23-
23+
2424
# Run OCI packages
2525
kcl run oci://ghcr.io/kcl-lang/helloworld
26-
26+
2727
# Run remote Git repo
2828
kcl run https://github.com/kcl-lang/flask-demo-kcl-manifests
2929

0 commit comments

Comments
 (0)