mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-23 00:29:59 +02:00
doc update
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
"""jc - JSON CLI output utility crontab file Parser
|
"""jc - JSON CLI output utility crontab command and file Parser
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
specify --crontab as the first argument if the piped input is coming from a crontab file
|
specify --crontab as the first argument if the piped input is coming from crontab -l or a crontab file
|
||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ Compatibility:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ cat /etc/crontab | jc --crontab -p
|
$ crontab -l | jc --crontab -p
|
||||||
{
|
{
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user