-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
Make reset_architecture
accessible via command
#1002
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. You can reopen it by adding a comment to this issue. |
This issue has been automatically closed because it has not had recent activity. If you are the owner of this issue, you can either re-open it and provide a more complete description; or create a new issue. Thank you for your contributions. |
Can work on this shortly |
Assigned to you so stalebot doesn't touch it |
New command in gef: `arch` with available subcommands: - `get` -> prints the current arch and the reason - `set` -> manually set the current arch (or auto-detect if no arg is provided) - `list` -> list available architectures Implements this: #1002 --------- Co-authored-by: crazy hugsy <[email protected]>
Type of feature request
Additional API
Misc
No response
Summary Description
We tell people to
pi reset_architecture("bla")
.Let's make a command that makes it easier
Implementation idea/suggestion
gef arch
maybe?Existing alternatives?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: