mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1332] cli.runCommand() substitute #672
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#672
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JhnsnVolk on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1332
Hello, in version 2.0 and 2.5 I could use "cli.runCommand()" direct in the source to send commands, now I'm playing around with v3 but the code is completely different and I'm lost, what is the substitute to send cli commands in this version?
Thanks.
@welcome[bot] commented on GitHub (Oct 21, 2020):
Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 📖 Have a look at the Wiki and README for information
2. 🔍 Search for similar issues (open and closed)
3. ✍️ Provide enough information to understand, recreate and help out with your problem
4. ℹ️ Let us know if you find a solution and please share it with us
5. 📕 Close the issue when your problem has been solved
@spacehuhn commented on GitHub (Jan 14, 2021):
That should be
cli::parse("your string goes here")@stale[bot] commented on GitHub (Apr 14, 2021):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.