mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 13:00:37 +08:00
cmd2: version test
This commit is contained in:
@ -14,11 +14,7 @@ type VersionOutput struct {
|
|||||||
var VersionCmd = &cmds.Command{
|
var VersionCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Shows ipfs version information",
|
Tagline: "Shows ipfs version information",
|
||||||
ShortDescription: "Shows ipfs version information",
|
ShortDescription: "Returns the current version of ipfs and exits.",
|
||||||
LongDescription: `ipfs version - Show ipfs version information.
|
|
||||||
|
|
||||||
Returns the current version of ipfs and exits.
|
|
||||||
`,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
Options: []cmds.Option{
|
Options: []cmds.Option{
|
||||||
|
Reference in New Issue
Block a user