Compare commits
2 Commits
bb4f2b1364
...
f4248a59a5
Author | SHA1 | Date | |
---|---|---|---|
f4248a59a5 | |||
8f5b23555c |
|
@ -27,9 +27,9 @@ from joj3_config_generator.models.repo import Groups
|
|||
|
||||
class ParserResultDetail(BaseModel):
|
||||
cpu_time: bool = Field(
|
||||
True, validation_alias=AliasChoices("cpu-time", "cpu_time")
|
||||
True, validation_alias=AliasChoices("cpu-time", "cpu_time", "cpu")
|
||||
) # Display CPU time
|
||||
time: bool = True # Display run time
|
||||
time: bool = True # Display clock time
|
||||
mem: bool = True # Display memory usage
|
||||
stdout: bool = False # Display stdout messages
|
||||
stderr: bool = False # Display stderr messages
|
||||
|
|
Loading…
Reference in New Issue
Block a user