Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
0534cf6c9c25b510593789e0736e9b1fd6c0463b
/
.
/
erpnext
/
commands
/
__init__.py
blob: 8e12fad3d75639153967f69de61a3a91d925f6e6 [
file
] [
log
] [
blame
]
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# GPL v3 License. See license.txt
import
click
def
call_command
(
cmd
,
context
):
return
click
.
Context
(
cmd
,
obj
=
context
).
forward
(
cmd
)
commands
=
[]