Searched refs:subcommand (Results 1 – 3 of 3) sorted by relevance
85 * Static subcommand (level > 0): Number and syntax must be known during compile87 * Dynamic subcommand (level > 0): Number and syntax does not need to be known263 Each command or subcommand may have a handler. The shell executes the handler322 Every user-defined command or subcommand can have its own help description.328 or subcommand with ``-h`` or ``--help`` parameter.333 In the subcommand handler, you can access both the parameters passed to339 * The subcommand to which the handler belongs has the ``argv`` index of 0.348 /* If it is a subcommand handler parent command syntax374 on. It can be also called with a subcommand:609 Users may use the :kbd:`Tab` key to complete a command/subcommand or to see the
46 uint16_t subcommand) in bq274xx_control_reg_write() argument52 i2c_data = (uint8_t)((subcommand)&0x00FF); in bq274xx_control_reg_write()64 i2c_data = (uint8_t)((subcommand >> 8) & 0x00FF); in bq274xx_control_reg_write()
1721 * :github:`21819` - Shell fails when dynamic command has empty subcommand