-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo shuttle init does not handle directory argument properly #671
Conversation
Issue #665 skip over prompting for directory name if directory name is specified in init command not solved issue of file path being created properly as don't have time right now but will look into this later
Issue #665 skip over prompting for directory name if directory name is specified in init command not solved issue of file path being created properly as don't have time right now but will look into this later
…ttle into shuttle_init_directory_bug_665
…ttle into shuttle_init_directory_bug_665
…ttle into shuttle_init_directory_bug_665
…ttle into shuttle_init_directory_bug_665
…ttle into shuttle_init_directory_bug_665
…ttle into shuttle_init_directory_bug_665
…ttle into shuttle_init_directory_bug_665
Hey @h-dav, thanks for this 🙏 There is a note in your comment about looking into the file path being created correctly, are you still doing that or is this ready for review? No rush of course, just curious! |
Hi @oddgrd, I’m happy to do the file path being created correctly issue but currently don’t have time. The pull request is ready to be reviewed but it only fixes one of the issues detailed on the linked issue. However, I can create another pull request for the file path issue once it’s ready. |
Issue #665
Description of change
Skip over prompting for directory name if directory name is specified in init command
Note: Not solved issue of file path being created properly as don't have time right now but will look into this later
closes issue #665