I want to add a new page to an existing project under a specific folder.
e.g: I want to add student-entry-form
under pages/forms
ionic g page forms/student-entry-form
I used the above command but it created forms-student-entry-form
under pages.
Is there any way I can achieve pages/forms/student-entry-form
using Ionic Cli?