Skip to content

Commit 59bbb8f

Browse files
committed
Moved ExportCommand classes to new subfolder
1 parent f3a3481 commit 59bbb8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Dax.Vpax.CLI/Commands/ExportCommand.cs src/Dax.Vpax.CLI/Commands/Export/ExportCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using static Dax.Vpax.CLI.Commands.ExportCommandOptions;
1+
using static Dax.Vpax.CLI.Commands.Export.ExportCommandOptions;
22

3-
namespace Dax.Vpax.CLI.Commands;
3+
namespace Dax.Vpax.CLI.Commands.Export;
44

55
internal static class ExportCommand
66
{

src/Dax.Vpax.CLI/Commands/ExportCommandHandler.cs src/Dax.Vpax.CLI/Commands/Export/ExportCommandHandler.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using static Dax.Vpax.CLI.Commands.ExportCommandOptions;
1+
using static Dax.Vpax.CLI.Commands.Export.ExportCommandOptions;
22

3-
namespace Dax.Vpax.CLI.Commands;
3+
namespace Dax.Vpax.CLI.Commands.Export;
44

55
internal sealed class ExportCommandHandler : ICommandHandler
66
{

src/Dax.Vpax.CLI/Commands/ExportCommandOptions.cs src/Dax.Vpax.CLI/Commands/Export/ExportCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Dax.Vpax.CLI.Commands;
1+
namespace Dax.Vpax.CLI.Commands.Export;
22

33
internal static class ExportCommandOptions
44
{

0 commit comments

Comments
 (0)