Lines Matching full:command
82 int "Shell command buffer size"
86 Maximum command size in bytes. One byte is reserved for the string
109 int "Maximum arguments in shell command"
113 Maximum number of arguments that can build a command.
137 printed on the terminal and passed to the command handler.
147 bool "': command not found' message in the shell"
212 Shell parses command to find '-h' or '--help' string. If the shell
214 for a command.
248 bool "Resize command"
254 characters. Each time terminal screen width is changed resize command
256 The resize command can be turned off to save code memory (~0,5k).
259 bool "Select command"
262 This option enables select command. It can be used to set new root
263 command. Exit to main command tree is with alt+r.
266 string "Set a root command at init"
268 This option sets a root command at shell init,
269 and when exiting to main command tree with alt+r.
306 bool "Retval command"
310 This option enables the retval command. It is used to retrieve
311 the return value from the most recently executed command.