您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

12 行
220 B

  1. # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
  2. # GPL v3 License. See license.txt
  3. import click
  4. def call_command(cmd, context):
  5. return click.Context(cmd, obj=context).forward(cmd)
  6. commands = []