rami3l

Results 63 issues of rami3l

> ... in the future I could possibly make `sudo -S` replaceable with something else via the config (env var + cli args + config file). This might include: -...

enhancement

As a follow-up of #652 and https://github.com/rami3l/pacaptr/pull/653#issuecomment-1765592448, if we add `--disable-strategies compile` when running `cargo binstall pacaptr` on Windows, we'll encounter the following error: ```sh Failed to extract zipfile: feature...

bug

Closes #3680. This is a tiny yet important feature addition for our users who need to manually designate a Rustup update/dist server, either because they have to [use a mirror...

Closes #3549. Currently, to add a new subcommand/argument to `rustup` or `rustup-init`, one will have to manually maintain consistencies across 3 places (`Command`, `ArgMatches` and dispatching). Failing to do so...

Fixes #3483. Quoting https://rust-lang.github.io/rustup/overrides.html: > `rustup` automatically determines which [toolchain] to use when one of the > installed commands like `rustc` is executed. There are several ways to control >...

As a continuation of #3068: > Is it possible to teach 'rustup self update' to install the correct non-emulated binary (even if there isn't a new rustup version to update...

Migrating to [`clap_derive`](https://docs.rs/clap/latest/clap/_derive/) while utilizing the [ValueParser selection mechanism](https://docs.rs/clap/latest/clap/macro.value_parser.html) should help with avoiding strange panics like the ones described in #3548. cc https://github.com/rust-lang/rustup/issues/3548#issuecomment-1836043599

Sometimes I wish to store the history somewhere like `~/.local/`, this will be more convenient for a shell-like application. However, I've noticed that currently the history-related configurations seem to be...

Many thanks for making this awesome project! I'd love to see precompiled binaries for more platforms other than Linux x64 as this should help improve the approachability of this project....