mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-24 20:56:11 +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
|
||||
- Fix `ini` and `ini-dup` parsers to consistently handle null values as empty strings
|
||||
- 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`
|
||||
- TODO: Add `line_slice` function to `utils.py`
|
||||
- Update copyright date
|
||||
|
||||
@@ -319,7 +319,7 @@ class JcCli():
|
||||
|
||||
slurpy = ''
|
||||
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 = \
|
||||
f'{docs}\n' \
|
||||
|
||||
Reference in New Issue
Block a user