jonataslaw / jonataslaw/get_cli
When using the command 'get create page:xxx on xxxx', it does not correctly generate the code in the specified directory
- Dominant language
- Dart
- Stars
- 654
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
├─app
│ ├─modules
│ │ ├─common
│ │ │ └─popup_menu
│ │ │ ├─add_contacts
│ │ │ │ └─friend
│ │ │ ├─new_group
│ │ │ ├─new_server
│ │ │ └─scan
│ │ ├─contacts
│ │ ├─discover
│ │ ├─message
│ │ │ ├─channel_list
│ │ │ ├─chat_details
│ │ │ ├─message_list
│ │ │ └─model
│ │ ├─mobile_navigation
│ │ ├─my
│ │ │ └─model
│ │ └─pc_navigation
│ └─routes
├─components
├─middleware
└─widget
this is my code directory。When I execute the command 'get create page:friend on contacts', the generated code is placed in the 'app/modules/common/popup_menu/add_contacts' directory, instead of the 'app/modules/contacts' directory where I expect it to be.
Is this a problem?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.