mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -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
|
||||||
|
@ -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' \
|
||||||
|
Reference in New Issue
Block a user