nb_cli.cli.commands.project
class ProjectContext(variables=<factory>, packages=<factory>)
参数
variables
(dict[str, Any])packages
(list[str])
def project_name_validator(name)
参数
name
(str)
返回
- bool
async def prompt_common_context(context)
参数
context
(ProjectContext)
返回
async def prompt_simple_context(context)
参数
context
(ProjectContext)
返回