소스 검색

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:


불러오는 중...
취소
저장