feat(setup): add optional mode arg to target setup#397
Conversation
Greptile SummaryAdds an optional
Confidence Score: 4/5Safe to merge with one fix: the duplicate-executor path in The refactoring is clean and the new src/cli/setup.rs — specifically Important Files Changed
Reviews (3): Last reviewed commit: "feat(setup): add optional `mode` arg to ..." | Re-trigger Greptile |
Merging this PR will not alter performance
|
344837c to
c83b535
Compare
In some cases, we want to setup only one or several modes. We can now do so with the `mode` argument that only installs the requested mode. Usage: - `codspeed setup`: installs all modes - `codspeed setup --mode simulation`: only setup simulation mode - `codspeed setup --mode simulation,walltime`: setup both modes - `codspeed setup --mode simulation --mode walltime`: setup both modes - `codspeed setup status`: show status for all modes - `codspeed setup --mode simulation` status: show status for simulation mode - `codspeed setup --mode simulation,walltime` status: show status for both modes - `codspeed setup --mode simulation --mode walltime` status: show status for both modes
c83b535 to
bd8f33e
Compare
No description provided.