You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the get commands are executing twice in the terminal.
For example. When I use get create page:login , the page is created on the modules folder. However, it tells that the page already exists and if I want to overwrite it or not which was understandable if I had created the page login earlier. But, that's not the case. For every new create page or create screen command, the case is the same and I have enter 2 explicitly to tell get_cli not to overwrite it.
Here are the screenshots of the output in my terminal.
Apparently, same thing happens with get generate model as well and I have to force close the executive with CTRL+C
Here's my pubspec.yml for reference and I am using get_cli v1.5.0
The text was updated successfully, but these errors were encountered:
sagar-uprety
changed the title
commands executing twice automatically.
commands executing twice automatically on terminal. get create page/screen, get generate model
May 10, 2021
It seems that the get commands are executing twice in the terminal.
For example. When I use
get create page:login
, the page is created on the modules folder. However, it tells that the page already exists and if I want to overwrite it or not which was understandable if I had created the page login earlier. But, that's not the case. For every new create page or create screen command, the case is the same and I have enter 2 explicitly to tell get_cli not to overwrite it.Here are the screenshots of the output in my terminal.
Apparently, same thing happens with get generate model as well and I have to force close the executive with CTRL+C
Here's my pubspec.yml for reference and I am using get_cli v1.5.0
The text was updated successfully, but these errors were encountered: