We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c0fb7 commit ad5f619Copy full SHA for ad5f619
man/rustpkg.1
@@ -27,6 +27,9 @@ Remove all generated files from the \fIbuild\fR directory in the target's worksp
27
Builds the specified target, and all its dependencies, and then installs the
28
build products into the \fIlib\fR and \fIbin\fR directories of their respective
29
workspaces.
30
+.TP
31
+\fBinit\fR
32
+Initializes the current working directory into a workspace.
33
34
.SS "BUILD COMMAND"
35
@@ -59,6 +62,17 @@ Examples:
59
62
$ rustpkg install github.com/mozilla/servo.git#1.2
60
63
$ rustpkg install rust-glfw
61
64
65
+.SS "INIT COMMAND"
66
+
67
+ rustpkg init
68
69
+This will turn the current working directory into a workspace. The first
70
+command you run when starting off a new project.
71
72
+Example:
73
74
+ $ rustpkg init
75
76
.SH "ENVIRONMENT"
77
78
.TP
0 commit comments