Skip to content
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

Make mlNewProject prompts clearer #636

Closed
crism opened this issue Dec 9, 2022 · 0 comments
Closed

Make mlNewProject prompts clearer #636

crism opened this issue Dec 9, 2022 · 0 comments
Milestone

Comments

@crism
Copy link

crism commented Dec 9, 2022

When running the mlNewProject task, the prompts are easy to overlook.

Starting a Gradle Daemon (subsequent builds will be faster)

> Task :mlNewProject
Welcome to the new project wizard. Please answer the following questions to star
t a new project.
Note that this will overwrite your current build.gradle and gradle.properties fi
les, and backup copies of each will be made.
[ant:input] Application name: [myApp]
<-------------> 0% EXECUTING [45s]
> :mlNewProject

It is easy to mistake [ant:input] for a status message, and the eye is drawn to the bold status bar and :mlNewProject line.

Suggestion: clarify the instructions and add some whitespace to make the prompts stand out:

> Task :mlNewProject
Welcome to the new project wizard. Please respond to the following prompts to st
art a new project.

Each prompt starts with [ant:input]; type your responses on the blank line, or p
ress enter to accept the default values in brackets.

Note that this will overwrite your current build.gradle and gradle.properties fi
les, and backup copies of each will be made.

[ant:input] Application name: [myApp]
<-------------> 0% EXECUTING [45s]
> :mlNewProject
@rjrudin rjrudin added this to the 4.4.0 milestone Dec 15, 2022
rjrudin added a commit that referenced this issue Dec 19, 2022
Also bumped version to 4.4-SNAPSHOT
rjrudin added a commit that referenced this issue Dec 19, 2022
Also bumped version to 4.4-SNAPSHOT
rjrudin added a commit that referenced this issue Dec 20, 2022
…ject

#636 Clarified instructions in mlNewProject
@rjrudin rjrudin closed this as completed Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants