Change default behaviour of the cli
NEW FEATURES
- None
CHANGES
-
changed the error message for missing metadata that could have been generated
- "⚙️ Missing metadata that could have been generated with the -i or -c flag for the cli"
-
changed the default behaviour of the cli
- a rule now returns invalid if it is missing the 'id', 'fingerprint', 'version', 'first_imported' or 'last_modified' metadata
- see PR #34 for details on the reason behind this
BUG FIXES
- None