Skip to content

Commit

Permalink
Merge branch 'next' into deprecated-old-proxy-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
orubin authored Sep 5, 2024
2 parents f967ddb + ca9ec00 commit 8c9ec0f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 84 deletions.
3 changes: 1 addition & 2 deletions src/Config/CliBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CliConfig, ConfigReader } from './ConfigReader';
import { ClusterArgs, Helpers, logger, LogLevel, Tracker } from '../Utils';
import { ClusterArgs, Helpers, logger, LogLevel } from '../Utils';
import { SystemConfigManager } from './SystemConfigManager';
import { CliInfo } from './CliInfo';
import { Arguments, Argv, CommandModule } from 'yargs';
Expand Down Expand Up @@ -89,7 +89,6 @@ export class CliBuilder {
? (+args.logLevel as unknown as LogLevel)
: LogLevel[args.logLevel.toString().toUpperCase()])
)
.middleware(async (args: Arguments) => Tracker.trackCommandUsage(args))
.usage('Usage: $0 <command> [options] [<file | scan>]')
.pkgConf('bright', info.cwd)
.example(
Expand Down
81 changes: 0 additions & 81 deletions src/Utils/Tracker.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/Utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ export * from './Helpers';
export * from './Logger';
export * from './ProxyFactory';
export * from './Traceroute';
export * from './Tracker';

0 comments on commit 8c9ec0f

Please sign in to comment.