brson / brson/multirust

multirust update --quiet

Open
#50 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
651
Forks
35
PR merge metrics
No merged PRs in 30d

Description

I’d like to use `multirust update` in a cron job, where it should not emit any output. My current work around is `sh -c 'multirust update > /dev/null' 2>&1 | grep -v stable`, but a `--quiet` command-line parameter would be nice.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the multirust update command and its command-line option handling. Run the command in a cron-like environment to verify the requested quiet behavior; done means multirust update accepts --quiet and emits no output.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.