Skip to content

Shell CLI

shell_handler(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: None

shell_exec(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: see the SDK header

shell_set_prompt(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: see the SDK header

shell_set_echo(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: see the SDK header

shell_init(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: None

shell_init_with_task(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: None

shell_exe_cmd(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: None

shell_auto_start(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: None

shell_auto_run(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: see the SDK header

shell_wait_exec_done(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: see the SDK header

shell_signal(command, desc)

@ingroup shell

Parameters:

  • command:the name of command.
  • desc:the description of command, which will show in help.

Return value: see the SDK header

Have questions?

For any other questions, visit the unified Q&A and discussion board: Ai-Thinker Discussions

Released under the MIT License. Build Time 2026-09-11 14:52:23