blob: 8e12fad3d75639153967f69de61a3a91d925f6e6 [file] [log] [blame]
Ankush Menatb578dc92022-01-18 17:43:27 +05301# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
2# GPL v3 License. See license.txt
Rushabh Mehta4f8f9c12017-06-12 09:18:06 +05303
Rushabh Mehta4f8f9c12017-06-12 09:18:06 +05304import click
Chillar Anand915b3432021-09-02 16:44:59 +05305
Rushabh Mehta4f8f9c12017-06-12 09:18:06 +05306
7def call_command(cmd, context):
8 return click.Context(cmd, obj=context).forward(cmd)
9
Ankush Menatb578dc92022-01-18 17:43:27 +053010commands = []