feat(esp_cli): Add examples to the component#691
Draft
SoucheSouche wants to merge 2 commits intoespressif:masterfrom
Draft
feat(esp_cli): Add examples to the component#691SoucheSouche wants to merge 2 commits intoespressif:masterfrom
SoucheSouche wants to merge 2 commits intoespressif:masterfrom
Conversation
7b26049 to
2f78d6c
Compare
if esp_cli instance is created with a command set passed in config, make sure the quit command is only executed if specifically mentioned in the command set. If no command set is passed in the esp_cli instance config, always execute the quit command.
54d7521 to
6e33a67
Compare
6e33a67 to
232409d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
Change description
Add examples to the esp_cli component