1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

update plugin language

This commit is contained in:
Kelly Brazil
2022-04-29 06:50:37 -07:00
parent 22acef3765
commit 653127431d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-04-28 1.19.0 "JSON Convert"
.TH jc 1 2022-04-29 1.19.0 "JSON Convert"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS
@ -674,7 +674,7 @@ Custom local parser plugins may be placed in a \fBjc/jcparsers\fP folder in your
Local parser plugins are standard python module files. Use the \fBjc/parsers/foo.py\fP parser as a template and simply place a \fB.py\fP file in the \fBjcparsers\fP subfolder.
Local plugin filenames must be valid python module names, therefore must consist entirely of alphanumerics and start with a letter. Local plugins may override default plugins.
Local plugin filenames must be valid python module names and therefore must start with a letter and consist entirely of alphanumerics and underscores. Local plugins may override default parsers.
Note: The application data directory follows the XDG Base Directory Specification

View File

@ -184,7 +184,7 @@ Custom local parser plugins may be placed in a \fBjc/jcparsers\fP folder in your
Local parser plugins are standard python module files. Use the \fBjc/parsers/foo.py\fP parser as a template and simply place a \fB.py\fP file in the \fBjcparsers\fP subfolder.
Local plugin filenames must be valid python module names, therefore must consist entirely of alphanumerics and start with a letter. Local plugins may override default plugins.
Local plugin filenames must be valid python module names and therefore must start with a letter and consist entirely of alphanumerics and underscores. Local plugins may override default parsers.
Note: The application data directory follows the XDG Base Directory Specification