shiwaforce/poco

View on GitHub
poco/commands/project_ls.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
from .catalog import Catalog


class ProjectLs(Catalog):

    sub_command = "project"
    command = "ls"