Currently the CLI docu is missing a detailed explanation about the Zendro argument passed to the respective up and down functions in Zendro migrations.
It is key that the user knows what tools (API) are exposed in that argument. Examples should be given. Also the automatically generated source code comments in new migrations should hold brief explanations about the content of the zendro argument, maybe even very short examples right in the code comment.
Currently the CLI docu is missing a detailed explanation about the Zendro argument passed to the respective
up
anddown
functions in Zendro migrations.It is key that the user knows what tools (API) are exposed in that argument. Examples should be given. Also the automatically generated source code comments in new migrations should hold brief explanations about the content of the
zendro
argument, maybe even very short examples right in the code comment.