blob: ddf0acc96aec967e1430db102de9da9c578d7361 [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 Menat494bd9e2022-03-28 18:52:46 +053010
Ankush Menatb578dc92022-01-18 17:43:27 +053011commands = []