We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8998ec commit b0be0a8Copy full SHA for b0be0a8
2 files changed
.github/workflows/main.yaml
@@ -4,7 +4,7 @@ permissions:
4
5
on:
6
push:
7
- branches: ["*"]
+ branches: ["**"]
8
9
jobs:
10
build:
test/e2e/__snapshots__/basics.test.js.snap
@@ -21,7 +21,7 @@ Options:
21
-h, --help Show help [boolean]
22
-v, --version Show current version [boolean]
23
24
-Copyright 2025 Contentful"
+Copyright 2026 Contentful"
25
`;
26
27
exports[`should print help message on shortcut 1`] = `
@@ -45,7 +45,7 @@ Options:
45
46
47
48
49
50
51
exports[`should print help message on wrong subcommand 1`] = `
@@ -69,7 +69,7 @@ Options:
69
70
71
72
-Copyright 2025 Contentful
+Copyright 2026 Contentful
73
Please specify a command."
74
75
@@ -94,6 +94,6 @@ Options:
94
95
96
97
98
99
0 commit comments