Skip to content

Shorter x alias like b for build in cargo #31

Description

@eugenesvk

For frequently used commands shorter is better, so cargo b is better than cargo build

What do you think of recommending adding an extra similar alias of x? (r/t are taken, e for execute is nice, but doesn't match the project's name)

[alias]
xtask = "run --package xtask --"
x     = "run --package xtask --"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions