I am working on some commands for cypress. Is it okay to call another command inside a command? For example, I have a command for creating a school and a separate command for adding students to that school. I want to make another command that calls create a school and inside that command call the adding student command