♻️ CLI rename files to kebab-case

This commit is contained in:
Eric Doughty-Papassideris
2024-03-28 00:46:51 +01:00
committed by ericlinagora
parent bde006c63e
commit aac4caafaa
4 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
import yargs from "yargs";
import type { TdrivePlatform } from "../../../core/platform/platform";
import runWithPlatform from "../../lib/run_with_platform";
import runWithPlatform from "../../lib/run-with-platform";
import parseYargsCommaSeparatedStringArray from "../../utils/yargs-comma-array";
import runWithLoggerLevel from "../../utils/run-with-logger-level";
+1 -1
View File
@@ -1,7 +1,7 @@
import "reflect-metadata";
import yargs from "yargs";
import { logger } from "../core/platform/framework/logger";
import printConfigSummary from "./lib/print_config_summary";
import printConfigSummary from "./lib/print-config-summary";
process.env.NODE_ENV = "cli";