Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix install help documentation #122

Merged
merged 10 commits into from
Dec 30, 2022
Merged

Fix install help documentation #122

merged 10 commits into from
Dec 30, 2022

Conversation

SergioGasquez
Copy link
Member

@SergioGasquez SergioGasquez commented Dec 29, 2022

  • Improved esp-idf-version documentation
  • Improved profile-minimal documentation
  • Improved export-file documentation
  • Update usage sections of Readme
  • If you provide a wrong path for export-file argument, the following error will prompt:
esp@7f6b5a7b7dc9:~/espup$ cargo r -r -- install -f some_directory/
   Compiling espup v0.2.5-dev (/home/esp/espup)
    Finished release [optimized] target(s) in 54.01s
     Running `target/release/espup install -f some_directory/`
[2022-12-29T13:09:51Z INFO ] 💽  Installing esp-rs
Error: espup::wrong_export_file

  × ⛔  Wrong export file destination: 'some_directory/'. Please, use an absolte or releative path (including the file and its extension).

See #121 for more details

@SergioGasquez SergioGasquez merged commit ee80261 into main Dec 30, 2022
@SergioGasquez SergioGasquez deleted the fix/help-documentation branch December 30, 2022 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve description of arguments and errors when using them incorrectly
1 participant