diff --git a/cmd/CMakeLists.txt b/fx.cmdline/CMakeLists.txt similarity index 100% rename from cmd/CMakeLists.txt rename to fx.cmdline/CMakeLists.txt diff --git a/cmd/arg.c b/fx.cmdline/arg.c similarity index 100% rename from cmd/arg.c rename to fx.cmdline/arg.c diff --git a/cmd/arglist.c b/fx.cmdline/arglist.c similarity index 100% rename from cmd/arglist.c rename to fx.cmdline/arglist.c diff --git a/cmd/command.c b/fx.cmdline/command.c similarity index 100% rename from cmd/command.c rename to fx.cmdline/command.c diff --git a/cmd/command.h b/fx.cmdline/command.h similarity index 100% rename from cmd/command.h rename to fx.cmdline/command.h diff --git a/cmd/include/fx/cmd.h b/fx.cmdline/include/fx/cmd.h similarity index 100% rename from cmd/include/fx/cmd.h rename to fx.cmdline/include/fx/cmd.h diff --git a/cmd/option.c b/fx.cmdline/option.c similarity index 100% rename from cmd/option.c rename to fx.cmdline/option.c diff --git a/cmd/report.c b/fx.cmdline/report.c similarity index 100% rename from cmd/report.c rename to fx.cmdline/report.c