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

doc update

This commit is contained in:
Kelly Brazil
2024-01-03 17:27:36 -08:00
parent f159dd6b9d
commit 2b0b9dd7ba
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ jc changelog
- Enhance `url` parser to add `parent`, `filename`, `stem`, and `extension` fields - Enhance `url` parser to add `parent`, `filename`, `stem`, and `extension` fields
- Fix `ini` and `ini-dup` parsers to consistently handle null values as empty strings - Fix `ini` and `ini-dup` parsers to consistently handle null values as empty strings
- Add source link to online parser documentation - Add source link to online parser documentation
- Add snap package build scripts
- Refactor parser aliases for `kv`, `pkg_index_deb`, `lsb_release`, and `os-release` - Refactor parser aliases for `kv`, `pkg_index_deb`, `lsb_release`, and `os-release`
- TODO: Add `line_slice` function to `utils.py` - TODO: Add `line_slice` function to `utils.py`
- Update copyright date - Update copyright date

View File

@ -319,7 +319,7 @@ class JcCli():
slurpy = '' slurpy = ''
if 'slurpable' in p_info.get('tags', []): if 'slurpable' in p_info.get('tags', []):
slurpy = 'This parser can be used with the --slurp command-line option.\n\n' slurpy = 'This parser can be used with the `--slurp` command-line option.\n\n'
doc_text: str = \ doc_text: str = \
f'{docs}\n' \ f'{docs}\n' \