Commit 0cd351b
fix: --profile and --path now take priority over env vars
Previously REELN_CONFIG env var silently overrode --profile, so
passing --profile fake-profile would load the env var's config file
instead of failing with "not found". CLI arguments now always take
priority: --path > --profile > REELN_CONFIG > REELN_PROFILE > default.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 61b5d78 commit 0cd351b
1 file changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
383 | 389 | | |
384 | 390 | | |
385 | 391 | | |
| |||
0 commit comments