Ankush Menat | b578dc9 | 2022-01-18 17:43:27 +0530 | [diff] [blame] | 1 | # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
| 2 | # GPL v3 License. See license.txt |
Rushabh Mehta | 4f8f9c1 | 2017-06-12 09:18:06 +0530 | [diff] [blame] | 3 | |
Rushabh Mehta | 4f8f9c1 | 2017-06-12 09:18:06 +0530 | [diff] [blame] | 4 | import click |
Chillar Anand | 915b343 | 2021-09-02 16:44:59 +0530 | [diff] [blame] | 5 | |
Rushabh Mehta | 4f8f9c1 | 2017-06-12 09:18:06 +0530 | [diff] [blame] | 6 | |
| 7 | def call_command(cmd, context): |
| 8 | return click.Context(cmd, obj=context).forward(cmd) |
| 9 | |
Ankush Menat | 494bd9e | 2022-03-28 18:52:46 +0530 | [diff] [blame] | 10 | |
Ankush Menat | b578dc9 | 2022-01-18 17:43:27 +0530 | [diff] [blame] | 11 | commands = [] |