jasonish / py-idstools

idstools: Snort and Suricata Rule and Event Utilities in Python (Including a Rule Update Tool)
Other
276 stars 85 forks source link

allow output/repack if path is a directory too #91

Closed petiepooo closed 1 year ago

petiepooo commented 2 years ago

An indentation adjustment so that if the path specified is a directory, we don't just parse and exit, but can output the stubs and repack them too.

Also fix an obvious spelling error.

jasonish commented 1 year ago

Merged. Thanks!