spec: add runcpu action
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
import { optFlag, optSwitch, undefList } from "./common";
|
||||
|
||||
export interface RunCPUOptions {
|
||||
/**
|
||||
* Most runcpu commands perform an action on a set of benchmarks.
|
||||
*
|
||||
* The default action is validate.
|
||||
*
|
||||
* 'build'
|
||||
*/
|
||||
action?: 'build'
|
||||
| 'buildstep'
|
||||
| 'validate'
|
||||
| 'runsetup';
|
||||
/**
|
||||
* Config file, used for compiling flags, compiler versions, etc.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user