Преглед на файлове

doc: add default values in signature

main
Jan Lehnardt преди 3 години
родител
ревизия
a8a16ca473
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. +4
    -4
      README.md

+ 4
- 4
README.md Целия файл

@@ -19,7 +19,7 @@ Requires `bash`.
Signature:

```shell
wait_for_url url<string> [iterations<int> duration<int>]
wait_for_url url<string> [iterations<int>=1 duration<int>=1]
```

Usage:
@@ -46,7 +46,7 @@ Requires `bash`.
Signature:

```shell
wait_for_pid_exit pid<int> [iterations<int> duration<int>]
wait_for_pid_exit pid<int> [iterations<int>=3 duration<int>=1]
```

Usage:
@@ -66,12 +66,12 @@ wait_for_pid_exit 3618 5 3

## `error_and_exit $message`

Prints an error message and then exits with exit code `1`.
Prints an error message and then exits with exit code `1`. The message defaults to `error`

Signature:

```shell
error_and_exit [message<string>]
error_and_exit [message<string>=error]
```

Usage:


Loading…
Отказ
Запис