Conversation
docs/USAGE.md
Outdated
| | `-n` | `--export_notices_schema` | Optional | Export notice schema as a json file. | | ||
| | `-p` | `--pretty` | Optional | Pretty JSON validation report. If specified, the JSON validation report will be printed using JSON Pretty print. This does not impact data parsing. | | ||
| | `-p` | `--pretty` | Optional | Pretty JSON validation report. If specified, the JSON validation report will be printed using JSON Pretty print. This does not impact data parsing. | | ||
| | `-d` | `--date` | Optional | Date to simulate when validating, in ISO_LOCAL_DATE format like '2001-01-30'. By default, the current date is used. | |
There was a problem hiding this comment.
@jcpitre "Date to simulate when validating" is a bit vague. What about "The date used to validate the feed for time-based rules, e.g feed_expiration_30_days."
There was a problem hiding this comment.
Sure. I was just copying the text from @bradyhunsaker's changes, but less vague is always good.
|
✅ Rule acceptance tests passed. |
|
Sorry that I overlooked updating this file with the original change. |
@bradyhunsaker You did a lot already. I'm happy to take care of small details like this |
|
✅ Rule acceptance tests passed. |
Summary:
Added a little bit of documentation related to #1628
gradle testto make sure you didn't break anything