Преглед на файлове

Merge pull request #330 from stillwondering/show-version-in-version-command

Include version string in version command output
tags/v1.2.0
Andrea Spacca преди 3 години
committed by GitHub
родител
ревизия
bcf40c15a2
No known key found for this signature in database GPG ключ ID: 4AEE18F83AFDEB23
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      cmd/cmd.go

+ 1
- 1
cmd/cmd.go Целия файл

@@ -251,7 +251,7 @@ type Cmd struct {
}

func VersionAction(c *cli.Context) {
fmt.Println(color.YellowString(fmt.Sprintf("transfer.sh: Easy file sharing from the command line")))
fmt.Println(color.YellowString(fmt.Sprintf("transfer.sh %s: Easy file sharing from the command line", Version)))
}

func New() *Cmd {


Зареждане…
Отказ
Запис