We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i promised ages ago to document this and then i never did lmao
here is a dump of my ~/.profile, which makes e.g. cargo build act as if you'd run cargo mommy build
cargo build
cargo mommy build
# mommy loves you~ cargo() { case "$1" in +*) toolchain=$1 shift command cargo "$toolchain" mommy "$@" ;; *) command cargo mommy "$@";; esac }
The text was updated successfully, but these errors were encountered:
you can also configure your prompt to run mommy so you can get feedback even if you're not running cargo~
PS1='$(if [ $? = 0 ]; then CARGO=true cargo-mommy; else CARGO=false cargo-mommy; fi)'"$PS1"
but don't do both unless you want to get double the feedback from mommy!
Sorry, something went wrong.
No branches or pull requests
i promised ages ago to document this and then i never did lmao
here is a dump of my ~/.profile, which makes e.g.
cargo build
act as if you'd runcargo mommy build
The text was updated successfully, but these errors were encountered: