mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +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)
|
||||
|
||||
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user