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

Open
#240 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.