mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 04:05:42 +00:00
fix: update delay cli example
This commit is contained in:
@@ -392,7 +392,7 @@ const builder = async (yargs) => {
|
||||
'Use a custom CA certificate exclusively when validating the peers of the requests in the specified folder.'
|
||||
)
|
||||
.example('$0 run --client-cert-config client-cert-config.json', 'Run a request with Client certificate configurations')
|
||||
.example('$0 run folder --delay 3000', 'Run a folder with given miliseconds delay between each requests.');
|
||||
.example('$0 run folder --delay delayInMs', 'Run a folder with given miliseconds delay between each requests.');
|
||||
};
|
||||
|
||||
const handler = async function (argv) {
|
||||
|
||||
Reference in New Issue
Block a user