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

add info docstring

This commit is contained in:
Kelly Brazil
2021-04-14 20:30:31 -07:00
parent 89f52b95f7
commit 691df271fc
4 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,7 @@ Examples:
```python ```python
info() info()
``` ```
Provides parser metadata (version, author, etc.)
## parse ## parse
```python ```python

Binary file not shown.

View File

@ -204,6 +204,7 @@ import jc.utils
class info: class info:
"""Provides parser metadata (version, author, etc.)"""
version = "1.0" version = "1.0"
description = "`systeminfo` command parser" description = "`systeminfo` command parser"
author = "Jon Smith" author = "Jon Smith"

Binary file not shown.