mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-20 10:42:11 +08:00
commands: Changed Request arguments to a []interface{}
This commit is contained in:

committed by
Juan Batiz-Benet

parent
30e968754e
commit
827f1dd0b0
@ -24,6 +24,7 @@ type Formatter func(Response) (string, error)
|
||||
type Command struct {
|
||||
Help string
|
||||
Options []Option
|
||||
Arguments []Argument
|
||||
Run Function
|
||||
Format Formatter
|
||||
Type interface{}
|
||||
|
Reference in New Issue
Block a user