mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
fix(mount) add argument
This commit is contained in:

committed by
Juan Batiz-Benet

parent
d066f15c37
commit
ff55968b4c
@ -17,6 +17,9 @@ import (
|
||||
const mountTimeout = time.Second
|
||||
|
||||
var mountCmd = &cmds.Command{
|
||||
Arguments: []cmds.Argument{
|
||||
cmds.Argument{Name: "os-path", Type: cmds.ArgString, Required: false, Variadic: false},
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.Option{[]string{"f"}, cmds.String},
|
||||
cmds.Option{[]string{"n"}, cmds.String},
|
||||
|
Reference in New Issue
Block a user