Test initialization

This commit is contained in:
mo8it
2024-07-25 16:14:38 +02:00
parent 8fec5155c7
commit 8beb290842
3 changed files with 65 additions and 39 deletions
-4
View File
@@ -95,10 +95,6 @@ fn main() -> Result<()> {
match args.command {
Some(Subcommands::Init) => {
if DEBUG_PROFILE {
bail!("Disabled in the debug build");
}
{
let mut stdout = io::stdout().lock();
stdout.write_all(b"This command will create the directory `rustlings/` which will contain the exercises.\nPress ENTER to continue ")?;