Skip to content

Commit

Permalink
Fix system in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent 9b57957 commit 9c6cd87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bin/config/combinations.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ The inputs values are passed to tasks as arguments.`,
},
system: {
group: HISTORY,
string: true,
requiresArg: true,
describe: `Identifier of the current hardware/software system.
describe: `Identifiers of the current hardware/software system.
Used to compare different machines or configurations together.
Default: "default_system"`,
Both the identifier and its type must be specified, such as --system.os=linux or
--system.node_version=16
Default: none`,
},
}

0 comments on commit 9c6cd87

Please sign in to comment.