Contact: numbworks@gmail.com
| Date | Author | Description |
|---|---|---|
| 2025-05-18 | numbworks | Created. |
| 2026-05-10 | numbworks | Last updated (2.0.0). |
nwdocstringcheckingcli is a command-line application built on the top of nwdocstringchecking.
| Command | Sub Command | Options | Exit Codes |
|---|---|---|---|
| --help, -h | Success |
| Option | Value | Default |
|---|---|---|
| --file_paths | <file path> |
- |
| --exclude | <string> |
- |
Run it against a file_path:
root@e584fefc57f0:/# alias nwds="python src/nwdocstringcheckingcli.py"
root@e584fefc57f0:/# nwds --file_path src/nwdocstringchecking.py*******************************************
'##::: ##:'##:::::'##:'########:::'######::
###:: ##: ##:'##: ##: ##.... ##:'##... ##:
####: ##: ##: ##: ##: ##:::: ##: ##:::..::
## ## ##: ##: ##: ##: ##:::: ##:. ######::
##. ####: ##: ##: ##: ##:::: ##::..... ##:
##:. ###: ##: ##: ##: ##:::: ##:'##::: ##:
##::. ##:. ###. ###:: ########::. ######::
..::::..:::...::...:::........::::......:::
************************Version: 2.0.0*****
file_path: 'src/nwdocstringchecking.py'
exclude: '[]'
_MessageCollectionValidator.provided_file_path_doesnt_exis
Run it against a file_path with exclude:
alias nwds="python src/nwdocstringcheckingcli.py"
nwds --file_path src/nwdocstringchecking.py --exclude Message --exclude Something*******************************************
'##::: ##:'##:::::'##:'########:::'######::
###:: ##: ##:'##: ##: ##.... ##:'##... ##:
####: ##: ##: ##: ##: ##:::: ##: ##:::..::
## ## ##: ##: ##: ##: ##:::: ##:. ######::
##. ####: ##: ##: ##: ##:::: ##::..... ##:
##:. ###: ##: ##: ##: ##:::: ##:'##::: ##:
##::. ##:. ###. ###:: ########::. ######::
..::::..:::...::...:::........::::......:::
************************Version: 2.0.0*****
file_path: 'src/nwdocstringchecking.py'
exclude: '['Message', 'Something']'
All methods have docstrings.
Suggested toolset to view and edit this Markdown file: