Summary
The CLI error message when no magic file is found should match the format specified in Core Flow 3, providing clear options for the user.
Context
Per Core Flow 3, the error should display:
```
Error: Magic file not found
No magic file found at standard locations.
Options:
--use-builtin Use built-in rules (limited file type support)
--magic-file PATH Specify a custom magic file location
Example: rmagic --use-builtin sample.bin
```
Current state: Error message is less structured and doesn't list available options with examples.
Acceptance Criteria
Files to Modify
src/main.rs - Update magic file not found error handling
References
Summary
The CLI error message when no magic file is found should match the format specified in Core Flow 3, providing clear options for the user.
Context
Per Core Flow 3, the error should display:
```
Error: Magic file not found
No magic file found at standard locations.
Options:
--use-builtin Use built-in rules (limited file type support)
--magic-file PATH Specify a custom magic file location
Example: rmagic --use-builtin sample.bin
```
Current state: Error message is less structured and doesn't list available options with examples.
Acceptance Criteria
Files to Modify
src/main.rs- Update magic file not found error handlingReferences