I am playing with the latest release of flask with cli module. I have created a command called initdb and when I call flask initdb it works as expected, but when I just call flask command it supposed to show the list of all available commands including initdb, which is not the case. Any idea why?
I am playing with the latest release of flask with
climodule. I have created a command calledinitdband when I callflask initdbit works as expected, but when I just callflaskcommand it supposed to show the list of all available commands includinginitdb, which is not the case. Any idea why?