julia
eb5c2d0d - Fix pkgimages CLI error message to include 'existing' option (#60870)

Commit
86 days ago
Fix pkgimages CLI error message to include 'existing' option (#60870) Fixes #60823 ## Problem The error message for invalid `--pkgimages` arguments was missing `existing` as a valid option. ## Solution Updated the error message in `src/jloptions.c` to include `existing` in the list of valid options. ### Before: ``` ERROR: julia: invalid argument to --pkgimages={yes|no} (exsiting) ``` ### After: ![pkgimages](https://github.com/user-attachments/assets/53e1168b-1be5-42d0-93d7-232629374467) ``` ERROR: julia: invalid argument to --pkgimages={yes|no|existing} (exsiting) ``` --- **Note:** No AI tools were used.
Author
Parents
Loading