Esempio n. 1
0
File: cmd.go Progetto: tob1k/deisctl
func ListUnitFiles(b backend.Backend) error {
	err := b.ListUnitFiles()
	return err
}