Skip to content

Commit d194e95

Browse files
committed
feat: add deb patterns
1 parent e4ac79b commit d194e95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/deb-repository/build-packages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export default class extends Command {
3737
},
3838
"arguments": {
3939
"pattern": {
40-
"description": "Packages names glob pattern.",
41-
"schema": { "type": "array", "items": { "type": "string", "format": "glob-pattern" } },
40+
"description": "Packages to build (package names or glob patterns).",
41+
"schema": { "type": "array", "items": { "type": "string", "format": "glob-pattern" }, "minItems": 1 },
4242
},
4343
},
4444
};

0 commit comments

Comments
 (0)