Skip to content

Commit

Permalink
Change version output format in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Aug 2, 2024
1 parent 7f43e14 commit 373fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepl/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ module DeepL
end

def print_version
puts DeepL::CLI::VERSION
puts "deepl-cli #{VERSION}"
end

def print_help
Expand Down

0 comments on commit 373fecc

Please sign in to comment.