You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/cmd.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ func init() {
51
51
CmdNDNd.AddCommand(tools.CmdPingServer())
52
52
CmdNDNd.AddCommand(tools.CmdCatChunks())
53
53
CmdNDNd.AddCommand(tools.CmdPutChunks())
54
+
CmdNDNd.AddCommand(tools.CmdSvsChat())
54
55
}
55
56
56
57
// (AI GENERATED DESCRIPTION): Creates the top‑level “fw” command for managing the NDN Forwarding Daemon, adding a “run” subcommand to start the daemon and a set of “nfdc” control subcommands for configuring it.
0 commit comments