-
Notifications
You must be signed in to change notification settings - Fork 155
minor CLI "Next steps" UX improvement #1134
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
Comments
I guess this is a Windows-specific issue? On POSIX systems (namely macOS and Linux), it’s certainly valid to cd ./hello-framework and equivalent to cd hello-framework Or is this just an aesthetic issue where seeing the leading |
Thanks for the suggestion! I think it makes sense to remove the |
Yup, seems like it's Windows specific. :) Thanks! |
Thank you! We’re working to overcome our POSIX assumptions and appreciate the feedback. 😅 |
UPDATE: It IS true however that PowerShell uses Apologies for the false alarm here. My guess is that perhaps I typed something wrong in specifying the new repo location -- originally I got an error message when trying to cd. (Screenshot above was from my second time). Since you are interested in the Windows UX though, I'll share that if I typed something wrong, it may be due to the fact that it took me a long time to figure out how to delete the suggested "./hello-framework" under "Where to create your framework?" Neither the delete nor the arrow keys had any effect in trying to modify that text and in fact I actually quit the CLI the first time because I couldn't figure it out. I finally did figure out that I could type over top of it, but this was non-obvious because on my Windows machine (in all of the three terminals in VSCode) that text appears as solid white. When I tried this on a Mac (zsh and bash in VSCode), the text had reduced opacity/was gray, which is what I am used to for "suggested but non-mandatory" text in the command line. In any case, given that I couldn't reproduce, I'm fine with this issue being closed. Hope the Windows info can be helpful though! |
I noticed that in using the CLI to set up a new project, the "Next steps..." box gives the user some instructions that may trip up someone who is very very new to using the command line. Namely, the instructions tell a user to
cd
to what they entered as arootPath
, but thatrotPath
variable includes './' at the front of it which a users doesn't actually want to include if theycd
into that directory.Obviously anyone experienced with the command line can figure out what to do, but given that this product is aimed at users with a very wide range of skillsets (and that you're clearly trying to make the CLI feel nice for people!), it seems like this could potentially trip someone up.
The text was updated successfully, but these errors were encountered: