chronicle-app / chronicle-etl

📜 A CLI toolkit for extracting and working with your digital history
https://chronicle.app/
MIT License
149 stars 3 forks source link

Raise an error when attempting to run a job that doesn't exist #47

Closed hyfen closed 2 years ago

hyfen commented 2 years ago

$ chronicle-etl jobs:run NONEXISTENT starts running a default job right now. We should explicitly raise an exception and exit(1).