No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

12 líneas
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 = []