Skip to content

Commit 29fe77a

Browse files
committed
Add comments about templating in pb run
1 parent 547518b commit 29fe77a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pointblank/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3481,6 +3481,8 @@ def run(
34813481
validation objects. This works with scripts containing a single validation.
34823482
For scripts with multiple validations, use separate script files or remove --data.
34833483
3484+
To get started quickly, use 'pb make-template' to create a validation script template.
3485+
34843486
DATA can be:
34853487
34863488
\b
@@ -3493,6 +3495,7 @@ def run(
34933495
Examples:
34943496
34953497
\b
3498+
pb make-template my_validation.py # Create a template first
34963499
pb run validation_script.py
34973500
pb run validation_script.py --data data.csv
34983501
pb run validation_script.py --data small_table --output-html report.html

0 commit comments

Comments
 (0)