Rizin
unix-like reverse engineering framework and cli tools
|
A detailed entry that can be used to show additional info about a command entry. More...
#include <rz_cmd.h>
Public Attributes | |
const char * | text |
const char * | comment |
const char * | arg_str |
A detailed entry that can be used to show additional info about a command entry.
It can contain whatever relevant information (e.g. examples, specific uses of a command, variables, etc.).
Displayed as: | <text><arg_str> # <comment>
const char* rz_cmd_desc_detail_entry_t::arg_str |
Text to show in a different color, after text
, usually used to show arguments for examples.
Optional.
Definition at line 187 of file rz_cmd.h.
Referenced by fill_details_do().
const char* rz_cmd_desc_detail_entry_t::comment |
Short explanation of the entry, shown with the comment color
Definition at line 180 of file rz_cmd.h.
Referenced by fill_details_do().
const char* rz_cmd_desc_detail_entry_t::text |
Main text of the detailed entry
Definition at line 176 of file rz_cmd.h.
Referenced by fill_details_do().