Add requestion timeout cli option

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-02-05 03:22:52 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-02-05 03:22:52 +0100
Commit 486a6963e468f3d0c9e92b20f6abafc6b6ddfaba (patch)
-rw-r--r-- README.md 2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
...
62
*   `-group`: The name of a request group to execute.
62
*   `-group`: The name of a request group to execute.
63
*   `-headers`: Show response headers in the output.
63
*   `-headers`: Show response headers in the output.
64
*   `-timeout`: Request timeout duration (default: 10s).
64
*   `-timeout`: Request timeout duration (default: 10s).
65
*   `-state`: Path to state file.
65
*   `-state`: Path to state file (default: .hepi.json).
66
  
66
  
67
## Core Concepts
67
## Core Concepts
68
  
68
  
...