Skip to content

Commit

Permalink
fix: Remove the version printing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Jan 16, 2025
1 parent 15b0f54 commit 9b6158a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/rmtrash/rmtrash.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ struct Command: ParsableCommand {
var paths: [String] = []

func run() throws {
guard !version else {
print(Command.configuration.version)
return
}
do {
let args = try parseArgs()
Logger.level = args.verbose ? .verbose : .error
Expand Down

0 comments on commit 9b6158a

Please sign in to comment.