From cc335a9970cb8e5c497a6fc4414d2f9d050b2cdc Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Mon, 7 Aug 2023 14:31:53 -0700 Subject: [PATCH] cargo: move `examples/` into `cli/` so they are part of the build again --- {examples => cli/examples}/custom-backend/main.rs | 0 {examples => cli/examples}/custom-command/main.rs | 0 {examples => cli/examples}/custom-global-flag/main.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {examples => cli/examples}/custom-backend/main.rs (100%) rename {examples => cli/examples}/custom-command/main.rs (100%) rename {examples => cli/examples}/custom-global-flag/main.rs (100%) diff --git a/examples/custom-backend/main.rs b/cli/examples/custom-backend/main.rs similarity index 100% rename from examples/custom-backend/main.rs rename to cli/examples/custom-backend/main.rs diff --git a/examples/custom-command/main.rs b/cli/examples/custom-command/main.rs similarity index 100% rename from examples/custom-command/main.rs rename to cli/examples/custom-command/main.rs diff --git a/examples/custom-global-flag/main.rs b/cli/examples/custom-global-flag/main.rs similarity index 100% rename from examples/custom-global-flag/main.rs rename to cli/examples/custom-global-flag/main.rs