Skip to content

Commit 8778fcc

Browse files
authored
docs: mention cwd option in man (#868)
1 parent 2d8dcbd commit 8778fcc

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

man/zx.1

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
.\" Manpage for zx.
2-
.TH man 8 "12 May 2024" "8.x" "zx man page"
2+
.TH man 8 "06 Jul 2024" "8.x" "zx man page"
33
.SH NAME
44
zx \- the zx CLI
55
.SH DESCRIPTION
66
A tool for writing better scripts.
77
.SH SYNOPSIS
88
.SS zx\fR [\fIOPTIONS\fR] \fIURI\fR
99
.SH OPTIONS
10+
.SS --cwd
11+
set current directory
1012
.SS --quiet
11-
don't echo commands
13+
suppress any outputs
1214
.SS --verbose
13-
Enables verbose mode
15+
enables verbose mode
1416
.SS --shell=<path>
15-
Sets the shell to use
17+
set the shell to use
1618
.SS --prefix=<command>
1719
prefix all commands
1820
.SS --postfix=<command>
@@ -26,7 +28,7 @@ start repl
2628
.SS --version, -v
2729
print current zx version
2830
.SS --help, -h
29-
Print command help and options
31+
print command help and options
3032
.SH EXAMPLES
3133
.TP
3234
.I zx --verbose script.js

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zx",
3-
"version": "8.1.4",
3+
"version": "8.1.5",
44
"description": "A tool for writing better scripts",
55
"type": "module",
66
"main": "./build/index.cjs",

0 commit comments

Comments
 (0)