JBZoo / CSV-Blueprint

Strict and automated line-by-line CSV validation tool based on customizable Yaml schemas
https://github.com/JBZoo/CSV-Blueprint-Demo
MIT License
48 stars 0 forks source link

Update command names for consistency #175

Closed SmetDenis closed 5 months ago

SmetDenis commented 5 months ago

Updated the command names used in command line execution from validate:csv, create:schema, and validate:schema to validate-csv, create-schema, and validate-schema respectively. These changes have been made across all code files, ensuring a more consistent command naming convention throughout the application. A legacy name is retained for backwards compatibility.