mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-02 03:28:25 +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
|
const mountTimeout = time.Second
|
||||||
|
|
||||||
var mountCmd = &cmds.Command{
|
var mountCmd = &cmds.Command{
|
||||||
|
Arguments: []cmds.Argument{
|
||||||
|
cmds.Argument{Name: "os-path", Type: cmds.ArgString, Required: false, Variadic: false},
|
||||||
|
},
|
||||||
Options: []cmds.Option{
|
Options: []cmds.Option{
|
||||||
cmds.Option{[]string{"f"}, cmds.String},
|
cmds.Option{[]string{"f"}, cmds.String},
|
||||||
cmds.Option{[]string{"n"}, cmds.String},
|
cmds.Option{[]string{"n"}, cmds.String},
|
||||||
|
Reference in New Issue
Block a user