mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-10 15:33:04 +00:00
Add missing $seek and $fcn autocompletion handlers ##shell (#17829)
Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
parent
015cd0a26d
commit
35c6432e62
@ -2103,6 +2103,8 @@ static struct autocomplete_flag_map_t {
|
||||
{ "$dflt", "default autocomplete flag", R_CORE_AUTOCMPLT_DFLT },
|
||||
{ "$flag", "shows known flag hints", R_CORE_AUTOCMPLT_FLAG },
|
||||
{ "$flsp", "shows known flag-spaces hints", R_CORE_AUTOCMPLT_FLSP },
|
||||
{ "$seek", "shows the seek hints", R_CORE_AUTOCMPLT_SEEK },
|
||||
{ "$fcn", "shows the functions hints", R_CORE_AUTOCMPLT_FCN },
|
||||
{ "$zign", "shows known zignatures hints", R_CORE_AUTOCMPLT_ZIGN },
|
||||
{ "$eval", "shows known evals hints", R_CORE_AUTOCMPLT_EVAL },
|
||||
{ "$prjt", "shows known projects hints", R_CORE_AUTOCMPLT_PRJT },
|
||||
|
Loading…
Reference in New Issue
Block a user