From 31b439ee313c9268ac338dd130390d4f7200e693 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 26 Dec 2021 22:00:20 +0100 Subject: rebrand project to workspace --- planetwars-cli/src/commands/init.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'planetwars-cli/src/commands/init.rs') diff --git a/planetwars-cli/src/commands/init.rs b/planetwars-cli/src/commands/init.rs index 42491bc..3c9cf08 100644 --- a/planetwars-cli/src/commands/init.rs +++ b/planetwars-cli/src/commands/init.rs @@ -5,7 +5,7 @@ use futures::io; #[derive(Parser)] pub struct InitCommand { - /// project root directory + /// workspace root directory path: String, } @@ -29,7 +29,7 @@ impl InitCommand { std::fs::create_dir_all(path.join("bots/simplebot"))?; // create files - copy_asset!(path, "pw_project.toml"); + copy_asset!(path, "pw_workspace.toml"); copy_asset!(path.join("maps"), "hex.json"); copy_asset!(path.join("bots/simplebot"), "simplebot.py"); -- cgit v1.2.3