You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
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 = []