esp-rs / espup

Tool for installing and maintaining Espressif Rust ecosystem.
Apache License 2.0
224 stars 23 forks source link

Allow specifying export file via ESPUP_EXPORT_FILE #403

Closed sirhcel closed 10 months ago

sirhcel commented 10 months ago

This adds support for specifying the location of the export file via the environment variable ESPUP_EXPORT_FILE. So one does not have to remember to explicitly specify --export-file FILE when installling or updating with a custom location of that file.

sirhcel commented 10 months ago

You are absolutely right. I tricked myself by just grepping for export-file and believing in magic afterwards. 😅 Fixed.