We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ac79b commit d194e95Copy full SHA for d194e95
1 file changed
lib/commands/deb-repository/build-packages.js
@@ -37,8 +37,8 @@ export default class extends Command {
37
},
38
"arguments": {
39
"pattern": {
40
- "description": "Packages names glob pattern.",
41
- "schema": { "type": "array", "items": { "type": "string", "format": "glob-pattern" } },
+ "description": "Packages to build (package names or glob patterns).",
+ "schema": { "type": "array", "items": { "type": "string", "format": "glob-pattern" }, "minItems": 1 },
42
43
44
};
0 commit comments