Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Add configuration parameters which allow to pass arguments to a cargo invocation #11

Closed
KalitaAlexey opened this issue Dec 23, 2016 · 1 comment
Assignees

Comments

@KalitaAlexey
Copy link
Member

KalitaAlexey commented Dec 23, 2016

Remove the "features" property.

Add the new property "buildArgs", which is an array of strings.
This property will be used when any build command is invoked.

Add the new property "checkArgs", which is an array of strings.
This property will be used when any check command is invoked.

Add the new property "clippyArgs", which is an array of strings.
This property will be used when a clippy command is invoked.

Add the new property "runArgs", which is an array of strings.
This property will be used when any run command is invoked.

Add the new property "testArgs", which is an array of strings.
This property will be used when any test command is invoked.

@KalitaAlexey KalitaAlexey self-assigned this Dec 23, 2016
@KalitaAlexey
Copy link
Member Author

I am working on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant