mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-13 21:54:29 +02:00
add info docstring
This commit is contained in:
@@ -207,7 +207,7 @@ Examples:
|
||||
```python
|
||||
info()
|
||||
```
|
||||
|
||||
Provides parser metadata (version, author, etc.)
|
||||
|
||||
## parse
|
||||
```python
|
||||
|
||||
Binary file not shown.
@@ -204,6 +204,7 @@ import jc.utils
|
||||
|
||||
|
||||
class info:
|
||||
"""Provides parser metadata (version, author, etc.)"""
|
||||
version = "1.0"
|
||||
description = "`systeminfo` command parser"
|
||||
author = "Jon Smith"
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user