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-dms3
Commits
a4488cab
Commit
a4488cab
authored
10 years ago
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmds: root help inc synopsis
parent
7d448d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
core/commands2/root.go
core/commands2/root.go
+7
-1
No files found.
core/commands2/root.go
View file @
a4488cab
...
...
@@ -14,7 +14,10 @@ type TestOutput struct {
var
Root
=
&
cmds
.
Command
{
Helptext
:
cmds
.
HelpText
{
Tagline
:
"Global P2P Merkle-DAG filesystem"
,
Tagline
:
"global p2p merkle-dag filesystem"
,
Synopsis
:
`
ipfs [<flags>] <command> [<arg>] ...
`
,
ShortDescription
:
`
Basic commands:
...
...
@@ -32,6 +35,7 @@ Tool commands:
Advanced Commands:
daemon Start a long-running daemon process
mount Mount an ipfs read-only mountpoint
serve Serve an interface to ipfs
diag Print diagnostics
...
...
@@ -40,6 +44,8 @@ Plumbing commands:
block Interact with raw blocks in the datastore
object Interact with raw dag nodes
Use 'ipfs <command> --help' to learn more about each command.
`
,
},
Options
:
[]
cmds
.
Option
{
...
...
This diff is collapsed.
Click to expand it.
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