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

Remove --deps flag from CLI header text #1057

Merged
merged 3 commits into from
Feb 7, 2019

Conversation

kevinelliott
Copy link
Contributor

This option does not appear to work so it should not be shown to users in this text.

$ amber new myapp -d pg -t slang -m granite --deps
Parsing Error: The --deps option is unknown.

Description of the Change

Removes flag from command line in text.

Benefits

New users will be less confused.

Possible Drawbacks

Perhaps this flag should work and needs to be fixed?

This option does not appear to work so it should not be shown to users in this text.

```
$ amber new myapp -d pg -t slang -m granite --deps
Parsing Error: The --deps option is unknown.
```
@elorest
Copy link
Member

elorest commented Feb 1, 2019

It seems to have been set to default recently in @drujensen's changes. We should discuss the future of that flag here before removing it. Thanks for bringing that up.

This was changed to --no-deps since most of the time you will want the shards install to run automatically.
@elorest elorest merged commit 6b17bea into amberframework:master Feb 7, 2019
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

Successfully merging this pull request may close these issues.

3 participants