code/commands
This commit is contained in:
parent
28064567e1
commit
148a9aef96
2 changed files with 5 additions and 9 deletions
|
@ -266,7 +266,7 @@ EOF
|
|||
# parse binaries
|
||||
_rwx_code_binaries="$(rwx_code_action_target "filter" "binary")"
|
||||
# parse commands
|
||||
_rwx_code_commands="$(rwx_code_parse "commands")"
|
||||
_rwx_code_commands="$(rwx_code_action_target "filter" "command")"
|
||||
# parse constants
|
||||
_rwx_code_constants="$(rwx_code_action_target "filter" "constant" | sort)"
|
||||
# parse functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue