refactor(copier): Remove duplicate version
Related to 55c78ee
.
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
55c78eed38
commit
3970501666
1 changed files with 0 additions and 5 deletions
|
@ -46,11 +46,6 @@ func handleMain() int {
|
|||
|
||||
url := flag.Args()[0]
|
||||
|
||||
if *version {
|
||||
internal.ShowVersion(AppName, AppVersion, GitCommit, GoVersion)
|
||||
return internal.RC_OK
|
||||
}
|
||||
|
||||
var level slog.Level
|
||||
if *debug {
|
||||
level = slog.LevelDebug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue