runtime: command: add an arg to begin_processing() to indicate pipeline position

This commit is contained in:
2026-06-13 13:40:20 +01:00
parent de5058e045
commit 4c04ca6de8
6 changed files with 65 additions and 20 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ static enum bshell_status get_callable_name(
return BSHELL_SUCCESS;
}
static enum bshell_status begin_processing(bshell_command *cmd)
static enum bshell_status begin_processing(
bshell_command *cmd,
enum bshell_command_position position)
{
return BSHELL_SUCCESS;
}