mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 12:50:54 +00:00
style: 🎨 Remove TODOs
This commit is contained in:
parent
db22f53110
commit
418407eff2
15
src/main.rs
15
src/main.rs
@ -13,21 +13,6 @@ use clap_verbosity_flag::{InfoLevel, Verbosity};
|
||||
use embuild::cmd;
|
||||
use log::{info, warn};
|
||||
|
||||
// General TODOs:
|
||||
// - Add extra-crates installation support
|
||||
// - Add minified-esp-idf installation support
|
||||
// - Add clear_cache funtionality
|
||||
// - Rustup_home and cargo_home are not used
|
||||
// - Avoid using shell commands
|
||||
// - Maybe split toolchain into toolchain(espidf, gcc, llvm...) and rust(rust checks, instalaltion and crates)
|
||||
// - Add subcommand test that downloads a projects and builds it
|
||||
// - Esp-idf version should be contained in an enum with the possible values (see chips in espflash for reference)
|
||||
// - Do a Tauri App so we can install it with gui. If no subcommand is passed, run gui installator
|
||||
// - Add tests
|
||||
// - Clean unused code
|
||||
// - Add progress bar
|
||||
// - For uninstall cmd: Run uninstall.sh scripts, delete rust and rust-src folders, delete llvm and gcc files
|
||||
|
||||
#[derive(Parser)]
|
||||
struct Opts {
|
||||
#[clap(subcommand)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user