mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
commands: Added 'Private' field to Command
This commit is contained in:
parent
b61cfd9224
commit
460387fc3b
@ -28,6 +28,7 @@ type Command struct {
|
||||
Format Formatter
|
||||
Type interface{}
|
||||
Subcommands map[string]*Command
|
||||
Private bool
|
||||
}
|
||||
|
||||
// ErrNotCallable signals a command that cannot be called.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user