Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 13, 2024
1 parent 57cf2c4 commit dcef2ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parse/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ config {
prop "color" default=true env="COLOR" help="Enable color output"
prop "user" default="admin" env="USER" help="User to run as"
prop "jobs" default=4 env="JOBS" help="Number of jobs to run"
prop "timeout" default=1.5 env="TIMEOUT" help="Timeout in seconds" long_help="Timeout in seconds, can be fractional"
prop "timeout" default=1.5 env="TIMEOUT" help="Timeout in seconds" \
long_help="Timeout in seconds, can be fractional"
}
"#
.parse()
Expand Down

0 comments on commit dcef2ee

Please sign in to comment.