We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13564f commit b4a5c7eCopy full SHA for b4a5c7e
internal/commands/mount.go
@@ -228,7 +228,7 @@ func Mount() command.Command {
228
synopsis = "Mount file systems."
229
)
230
if subcommands := makeMountSubcommands(); len(subcommands) != 0 {
231
- return command.SubcommandGroup(name, synopsis, makeMountSubcommands())
+ return command.SubcommandGroup(name, synopsis, subcommands)
232
}
233
const usage = "No mount host APIs were built into this executable."
234
return command.MakeNiladicCommand(
0 commit comments