diff --git a/frappe/utils/bench_helper.py b/frappe/utils/bench_helper.py index c1223dbb37..32a782a3dd 100644 --- a/frappe/utils/bench_helper.py +++ b/frappe/utils/bench_helper.py @@ -78,7 +78,7 @@ def get_frappe_commands(): if app_commands: commands.extend(app_commands.keys()) - print(json.dumps(get_app_commands('frappe').keys())) + print(json.dumps(commands)) @click.command('get-frappe-help') def get_frappe_help():