mirror of
https://github.com/frappe/bench.git
synced 2025-01-11 01:32:07 +00:00
feat: Add alias for remove-app: rm, remove
This commit is contained in:
parent
e074a1d886
commit
6890d98847
@ -94,7 +94,7 @@ def new_app(app_name):
|
|||||||
new_app(app_name)
|
new_app(app_name)
|
||||||
|
|
||||||
|
|
||||||
@click.command('remove-app', help='Completely remove app from bench and re-build assets if not installed on any site')
|
@click.command(['remove', 'rm', 'remove-app'], help='Completely remove app from bench and re-build assets if not installed on any site')
|
||||||
@click.argument('app-name')
|
@click.argument('app-name')
|
||||||
def remove_app(app_name):
|
def remove_app(app_name):
|
||||||
from bench.bench import Bench
|
from bench.bench import Bench
|
||||||
|
Loading…
Reference in New Issue
Block a user