You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "Specify the root where `/dev` is located. If this is not specified, the driver-root is assumed.",
110
110
Destination: &opts.devRoot,
111
111
},
112
-
&cli.StringFlag{
112
+
&cli.StringSliceFlag{
113
113
Name: "device-name-strategy",
114
-
Usage: "Specify the strategy for generating device names. One of [index | uuid | type-index]",
115
-
Value: nvcdi.DeviceNameStrategyIndex,
116
-
Destination: &opts.deviceNameStrategy,
114
+
Usage: "Specify the strategy for generating device names. If this is specified multiple times, the devices will be duplicated for each strategy. One of [index | uuid | type-index]",
0 commit comments