mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
add crontab-u to parsers list
This commit is contained in:
@ -66,6 +66,7 @@ jc PARSER [OPTIONS]
|
|||||||
### Parsers
|
### Parsers
|
||||||
- `--arp` enables the `arp` parser
|
- `--arp` enables the `arp` parser
|
||||||
- `--crontab` enables the `crontab` file parser
|
- `--crontab` enables the `crontab` file parser
|
||||||
|
- `--crontab-u` enables the `crontab` file parser with user support
|
||||||
- `--df` enables the `df` parser
|
- `--df` enables the `df` parser
|
||||||
- `--dig` enables the `dig` parser
|
- `--dig` enables the `dig` parser
|
||||||
- `--du` enables the `du` parser
|
- `--du` enables the `du` parser
|
||||||
@ -233,7 +234,7 @@ $ cat /etc/crontab | jc --crontab -p
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### crontab-u (with user specified)
|
### crontab-u (with user support)
|
||||||
```
|
```
|
||||||
$ cat /etc/crontab | jc --crontab-u -p
|
$ cat /etc/crontab | jc --crontab-u -p
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user