You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_docs/concepts/package-and-module.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A KCL module contains a configuration laid out in a directory hierarchy. It cont
17
17
A module can be created by running the following command within the module root:
18
18
19
19
```bash
20
-
kpm init [module name]
20
+
kcl init [module name]
21
21
```
22
22
23
23
The module name is **required** if a package within the module needs to import another package within the module. A module can also be created by setting up the `kcl.mod` file manually.
0 commit comments