|
@@ -6,6 +6,8 @@ import json |
|
|
import importlib |
|
|
import importlib |
|
|
import frappe.utils |
|
|
import frappe.utils |
|
|
|
|
|
|
|
|
|
|
|
click.disable_unicode_literals_warning = True |
|
|
|
|
|
|
|
|
def main(): |
|
|
def main(): |
|
|
commands = get_app_groups() |
|
|
commands = get_app_groups() |
|
|
commands.update({'get-frappe-commands': get_frappe_commands, |
|
|
commands.update({'get-frappe-commands': get_frappe_commands, |
|
|