tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

tt --version #946

Open Totktonada opened 2 months ago

Totktonada commented 2 months ago

User scenario:

$ tt --version
Error: unknown flag: --version
USAGE
<...>

<..say 'fuck' if there are no people around..>

$ tt version
Tarantool CLI version 2.3.1, linux/amd64. commit: b237139

I think that tt --version would be a good user-friendly alias for tt version.

oleg-jukovec commented 2 months ago

Golang style.

$ go --version
flag provided but not defined: -version
Go is a tool for managing Go source code.

Usage:

    go <command> [arguments]