We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331bc1b commit a19c3f9Copy full SHA for a19c3f9
core/commands/root.go
@@ -9,6 +9,7 @@ import (
9
files "github.com/ipfs/go-ipfs/core/commands/files"
10
ocmd "github.com/ipfs/go-ipfs/core/commands/object"
11
unixfs "github.com/ipfs/go-ipfs/core/commands/unixfs"
12
+
13
logging "gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
14
)
15
@@ -39,6 +40,7 @@ DATA STRUCTURE COMMANDS
39
40
41
ADVANCED COMMANDS
42
daemon Start a long-running daemon process
43
+ shutdown Stop running ipfs daemon
44
mount Mount an IPFS read-only mountpoint
45
resolve Resolve any type of name
46
name Publish and resolve IPNS names
0 commit comments