1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

add documentation links to README.md

This commit is contained in:
Kelly Brazil
2021-04-05 11:49:30 -07:00
parent b4098d67a3
commit 02f4d606d0
2 changed files with 69 additions and 69 deletions

View File

@@ -125,7 +125,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
### Parsers
{% for parser in jc.parsers %}
- `{{ parser.argument }}` enables the {{ parser.description }}{% endfor %}
- `{{ parser.argument }}` enables the {{ parser.description }} ([documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/{{ parser.name }})){% endfor %}
### Options
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of course!)