Skip to content

Commit

Permalink
[doc] Add documentation for the arch command
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed May 31, 2024
1 parent 154ce7b commit 64e251d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/commands/arch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Command `arch`

`arch` manages the loaded architecture.

There are 3 available sub-commands:
- `list`: List the installed architectures.
- `get`: This prints the currently loaded architecture, and why it is selected.
- `set`: You can manually set the loaded architecture by providing its name as an argument, or let
gef do magic to detect the architecture by not providing arguments.

![arch](https://imgur.com/a/6JUoOmS)

0 comments on commit 64e251d

Please sign in to comment.