add output format option
This commit is contained in:
parent
070b771ddd
commit
234fb37b82
4 changed files with 84 additions and 22 deletions
|
|
@ -25,3 +25,12 @@ $ expiration-check certificates -d example.com -d other-example.com -d mail.exam
|
|||
| mail.example.com | XXX | YYYY-MM-DD HH:MM:SS |
|
||||
+-------------------+------+---------------------+
|
||||
```
|
||||
|
||||
You can specify an ouput format using `--format` or `-f`:
|
||||
|
||||
- `table` (default)
|
||||
- `json`
|
||||
- `csv`
|
||||
- `tsv`
|
||||
- `html`
|
||||
- `markdown`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue