Every night, I look for a day when I can use RLS which may be broken.
In order to realize it, this program goes to see the page that mexus
updates everyday, and scrapes it.
If we had no mexus page in the first place, we would have never made Cargo subcommand,
nor did I feel like using Rust.
$ cargo rls-install [FLAGS]
$ cargo rls-install -n
Three operations are executed by the above command.
Before executing each operation, ask whether to execute it.
$ cargo rls-install -ny
All operations are done without approval until the end.
bash
-b, --beta Install beta channel Rust and RLS
-h, --help Prints help information
-n, --nightly Install nightly channel Rust and RLS
-s, --stable Install stable channel Rust and RLS
-V, --version Prints version information
-y, --yes Pre-approval Rust and RLS install command