1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow
2014-11-15 01:00:09 -08:00
parent 9f798e86b2
commit e940643f20

View File

@ -61,6 +61,8 @@ type cmdDetails struct {
// command
initializesConfig bool
// preemptsAutoUpdate describes commands that must be executed without the
// pre-command update hook
preemptsAutoUpdate bool
}