docs(inputs.exec): clarify parsing for ints (#11597)

This commit is contained in:
Mya 2022-08-03 06:42:22 -06:00 committed by GitHub
parent ac26d786fe
commit f3ce00529d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ scripts that match the pattern will cause them to be picked up immediately.
## Example ## Example
This script produces static values, since no timestamp is specified the values This script produces static values, since no timestamp is specified the values
are at the current time. are at the current time. Ensure that int values are followed with `i` for proper
parsing.
```sh ```sh
#!/bin/sh #!/bin/sh