Lines Matching full:command
82 int "Shell command buffer size"
86 Maximum command size in bytes. One byte is reserved for the string
116 int "Maximum arguments in shell command"
121 Maximum number of arguments that can build a command.
145 printed on the terminal and passed to the command handler.
155 bool "': command not found' message in the shell"
220 Shell parses command to find '-h' or '--help' string. If the shell
222 for a command.
256 bool "Resize command"
262 characters. Each time terminal screen width is changed resize command
264 The resize command can be turned off to save code memory (~0,5k).
267 bool "Select command"
270 This option enables select command. It can be used to set new root
271 command. Exit to main command tree is with alt+r.
274 string "Set a root command at init"
276 This option sets a root command at shell init,
277 and when exiting to main command tree with alt+r.
314 bool "Retval command"
318 This option enables the retval command. It is used to retrieve
319 the return value from the most recently executed command.