1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-06-19 22:28:17 +02:00

change _meta to _jc_meta

This commit is contained in:
Kelly Brazil
2021-09-23 13:08:31 -07:00
parent e7ddcfb83f
commit a349fb0bda
3 changed files with 10 additions and 8 deletions
+4 -2
View File
@@ -121,13 +121,15 @@ Returns:
```python
stream_success(output_line, ignore_exceptions)
```
add _meta object to output line if -q (quiet) option is used
add _meta object to output line if -qq (ignore_exceptions) option is used
## stream_error
```python
stream_error(e, ignore_exceptions, line)
```
reraise the stream exception with annotation or print an error _meta field if ignore_exceptions=True
reraise the stream exception with annotation or print an error _jc_meta
field if ignore_exceptions=True
## timestamp
```python