Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.31 KB

File metadata and controls

84 lines (63 loc) · 2.31 KB

nwdocstringcheckingcli

Contact: numbworks@gmail.com

Revision History

Date Author Description
2025-05-18 numbworks Created.
2026-05-10 numbworks Last updated (2.0.0).

Introduction

nwdocstringcheckingcli is a command-line application built on the top of nwdocstringchecking.

CLI Reference

Command Sub Command Options Exit Codes
--help, -h Success
Option Value Default
--file_paths <file path> -
--exclude <string> -

Examples

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.

Markdown Toolset

Suggested toolset to view and edit this Markdown file: