From 3a447b4f71e4fbcc36b04c366320efb587db8ce0 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 12 Jan 2025 03:15:35 +0100 Subject: [PATCH] Renamed the Create file in the executable target as CreateCommand. --- Sources/Executable/Commands/{Create.swift => CreateCommand.swift} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Sources/Executable/Commands/{Create.swift => CreateCommand.swift} (100%) diff --git a/Sources/Executable/Commands/Create.swift b/Sources/Executable/Commands/CreateCommand.swift similarity index 100% rename from Sources/Executable/Commands/Create.swift rename to Sources/Executable/Commands/CreateCommand.swift