Add mountpoint:info CLI command
This commit is contained in:
parent
a3bc133bcb
commit
f8f50b26d8
2 changed files with 33 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ func Main() int {
|
|||
fmt.Println(string(contents))
|
||||
case cliIntentSensorsPrint:
|
||||
return cliSensorsPrint()
|
||||
case cliIntentMountpointInfo:
|
||||
return cliMountpointInfo(options.args[1])
|
||||
case cliIntentDiagnose:
|
||||
runDiagnostic()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue