Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
1348af01
Commit
1348af01
authored
Nov 13, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd2: version test
parent
aab1a31b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
core/commands2/version.go
core/commands2/version.go
+1
-5
No files found.
core/commands2/version.go
View file @
1348af01
...
@@ -14,11 +14,7 @@ type VersionOutput struct {
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment