예제 #1
0
파일: cmd.go 프로젝트: uniite/deis
// ListUnitFiles prints the contents of all defined unit files.
func ListUnitFiles(b backend.Backend) error {
	return b.ListUnitFiles()
}
예제 #2
0
파일: cmd.go 프로젝트: pombredanne/deo
// ListUnitFiles prints the contents of all defined unit files.
func ListUnitFiles(argv []string, b backend.Backend) error {
	err := b.ListUnitFiles()
	return err
}