25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

12 satır
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 = []