commandsWithParams
fun Flow<CommonMessage<TextContent>>.commandsWithParams(): Flow<Pair<CommonMessage<TextContent>, List<Pair<BotCommandTextSource, Array<TextSource>>>>>
Uses parseCommandsWithArgsSources on incoming text sources and map them with CommonMessage