Skip to content

How can a user run more than one cargo watch command? #3596

Closed
@Lokathor

Description

@Lokathor

In cargo watch you can use -x for each thing you want it to do, so you could write

cargo watch -x build -x clippy

And you'd get a build and a clippy run. However, I'm not seeing how to do this in RA.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions