提交 ed1551b0 作者: Jakub Sztandera

Merge pull request #2718 from ipfs/feature/ConfigEdit-2649

Make ipfs config edit run on client
......@@ -106,4 +106,5 @@ var cmdDetailsMap = map[*cmds.Command]cmdDetails{
commands.VersionCmd: {doesNotUseConfigAsInput: true, doesNotUseRepo: true}, // must be permitted to run before init
commands.LogCmd: {cannotRunOnClient: true},
commands.RepoFsckCmd: {cannotRunOnDaemon: true},
commands.ConfigCmd.Subcommand("edit"): {cannotRunOnDaemon: true, doesNotUseRepo: true},
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论