2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +00:00

feat: Add alias for remove-app: rm, remove

This commit is contained in:
Gavin D'souza 2021-11-13 14:27:25 +05:30
parent e074a1d886
commit 6890d98847

View File

@ -94,7 +94,7 @@ def 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')
def remove_app(app_name):
from bench.bench import Bench