migrate to flags (#249)

This commit is contained in:
David Blass
2026-02-10 05:04:46 +00:00
committed by pullfrog[bot]
parent 623e11c7ce
commit f67cc25f74
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* supports formats like "10m", "1h30m", "10m12s", "30s".
*/
// special value indicating timeout is explicitly disabled via #notimeout macro
// special value indicating timeout is explicitly disabled via --notimeout flag
export const TIMEOUT_DISABLED = "none";
// time string regex: supports formats like "10m", "1h30m", "10m12s", "30s"