Searched refs:subcommands (Results 1 – 14 of 14) sorted by relevance
45 edac info <subcommands>47 edac inject <subcommands>55 edac info <subcommands>66 edac inject <subcommands>
14 # Conditional subcommands
13 The EEPROM shell provides an ``eeprom`` command with a set of subcommands for the :ref:`shell35 passing ``-h`` or ``--help`` to the ``eeprom`` command or any of its subcommands. All subcommands39 … All of the EEPROM shell subcommands take the name of an EEPROM peripheral as their first argument,
13 The CAN shell provides a ``can`` command with a set of subcommands for the :ref:`shell <shell_api>`27 The following :ref:`Kconfig <kconfig>` options enable additional subcommands and features of the30 * :kconfig:option:`CONFIG_CAN_FD_MODE` enables CAN FD specific subcommands (e.g. for setting the50 passing ``-h`` or ``--help`` to the ``can`` command or any of its subcommands. All subcommands also54 All of the CAN shell subcommands take the name of a CAN controller as their first argument, which126 Both of these subcommands allow specifying an optional sample point in per mille and a128 interactive help of the subcommands for more details.131 subcommands. Refer to the interactive help output for these subcommands for details on the required
38 The comparator shell provides the ``comp`` command with a set of subcommands for the41 The ``comp`` shell command provides the following subcommands:
246 * :c:macro:`SHELL_STATIC_SUBCMD_SET_CREATE` - Create a static subcommands248 * :c:macro:`SHELL_SUBCMD_DICT_SET_CREATE` - Create a dictionary subcommands250 * :c:macro:`SHELL_DYNAMIC_CMD_CREATE` - Create a dynamic subcommands array.260 subcommands.268 /* Creating subcommands (level 1 command) array for command "demo". */332 subcommands. At the beginning dynamic command list is empty. New commands397 that is found deepest in the command tree and further subcommands (without a494 The help for commands and subcommands can be created with respective macros:555 * :command:`shell` - Root command with useful shell-related subcommands like:567 The Tab button can be used to suggest commands or subcommands. This feature[all …]
16 are not satisfied with subcommands alone and need to use the options for
45 …G: #: You can also use the <Tab> button to prompt or auto-complete all commands or its subcommands.
136 Enable commands and subcommands autocompletion with the Tab
102 # the subcommands will not be completed
1069 * Added API for creating subcommands from multiple files using memory section approach:1072 * :c:macro:`SHELL_SUBCMD_COND_ADD` and :c:macro:`SHELL_SUBCMD_ADD` for adding subcommands
1178 the POSIX API can be added as subcommands (e.g. ``posix uname -a``)
1023 * :github:`24216` - Shell: Allow selecting command without subcommands
5575 # The following functions add targets and subcommands to the build system