mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
feat: add -q short for dag import --silent
This commit is contained in:
parent
6602dd704e
commit
08491443d5
@ -205,7 +205,7 @@ Maximum supported CAR version: 1
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.BoolOption(pinRootsOptionName, "Pin optional roots listed in the .car headers after importing.").WithDefault(true),
|
||||
cmds.BoolOption(silentOptionName, "No output."),
|
||||
cmds.BoolOption(silentOptionName, "q", "No output."),
|
||||
cmds.BoolOption(statsOptionName, "Output stats."),
|
||||
cmdutils.AllowBigBlockOption,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user