-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp-version.test.ts.snap
More file actions
42 lines (36 loc) · 886 Bytes
/
Copy pathhelp-version.test.ts.snap
File metadata and controls
42 lines (36 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// Rstest Snapshot v1
exports[`spm help and version e2e > prints package version from the built bin 1`] = `
"status: 0
signal: <none>
stdout:
<package-version>
stderr:
<empty>"
`;
exports[`spm help and version e2e > prints top-level help from the built bin 1`] = `
"status: 0
signal: <none>
stdout:
spm/<package-version>
Usage:
$ spm <command> [options]
Commands:
add [...positionals]
install [...args]
patch <skill>
patch-commit <editDir>
update [...skills]
init [...args]
For more info, run any command with the \`--help\` flag:
$ spm add --help
$ spm install --help
$ spm patch --help
$ spm patch-commit --help
$ spm update --help
$ spm init --help
Options:
-h, --help Display this message
-v, --version Display version number
stderr:
<empty>"
`;