aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorsogaiu <983021772@users.noreply.github.com>2025-03-29 20:05:24 +0900
committerCalvin Rose <calsrose@gmail.com>2025-04-04 23:12:30 -0500
commitf35df8c46bfb5ef3605126d93aa18e9e7038de6e (patch)
treea2ed0b37bd5aaf06e9ded8060984e77fb8113b7c /man
parentDisable static compilation on macos. (diff)
Sync janet-pm help and man page coutent
Diffstat (limited to 'man')
-rw-r--r--man/janet-pm.115
1 files changed, 10 insertions, 5 deletions
diff --git a/man/janet-pm.1 b/man/janet-pm.1
index 73ae269..420e4bc 100644
--- a/man/janet-pm.1
+++ b/man/janet-pm.1
@@ -34,11 +34,16 @@ Clear the cache of saved remote dependencies.
.TP
.BR list-pkgs\ [\fBsearch\fR]
-List packages in the remote package listing that the contain the
+List packages in the remote package listing that contain the
string search. If no search pattern is given, prints the
entire package listing.
.TP
+.BR env\ name
+Create an environment with which one can install Janet dependencies
+and scripts in an isolated manner.
+
+.TP
.BR new-project\ [\fBname\fR]
Create a new Janet project in a directory `name`.
@@ -71,7 +76,7 @@ Uninstall the current project's artifacts. Shorthand for `janet --uninstall {cur
.TP
.BR prune
-Remove any bundles that have no dependents and are marked for auto-remove
+Remove any bundles that have no dependents and are marked for auto-remove.
.TP
.BR build
@@ -96,7 +101,7 @@ executable.
.TP
.BR save-lockfile\ [\fBdestination\fR]
-Save all currently installed bundles to a lockfile
+Save all currently installed bundles to a lockfile.
.TP
.BR load-lockfile\ [\fBsource\fR]
@@ -153,14 +158,14 @@ Where to get the "tar" command. Defaults to "tar".
.B JANET_TOOLCHAIN
.RS
Name of the toolchain to use to compile project.janet based natives. Should be one of "gcc", "clang", "msvc", or "cc".
-Defaults to autodetecting based on the presence of other environment variabls MSVC, GCC, CLANG, and CC.
+Defaults to autodetecting based on the presence of other environment variables MSVC, GCC, CLANG, and CC.
Will then finally default to whatever compiler was used to compile the `janet` executable running this script. This
is the output of `janet -e '(print (os/compiler))'`
.RE
.B VERBOSE
.RS
-Print full output from running commands
+Print full output from running commands.
.RE
.B WORKERS