This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3560
from samicoder/master
[fix] non frappe commands execution after last bench_helper update
version-14
Makarand Bauskar
8 years ago
committed by
GitHub
parent
de2ce50d7a
173523ce8b
commit
93eb8b229c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/utils/bench_helper.py
+ 1
- 1
frappe/utils/bench_helper.py
View File
@@ -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():
Write
Preview
Loading…
Cancel
Save