chore: Misc updates

* Updated hooks content
* Remove unnecessary multiple=True flag that breaks on click8
This commit is contained in:
Gavin D'souza 2021-09-15 16:12:23 +05:30
parent 6fa44652c5
commit 5c6ffd2b2a
2 changed files with 4 additions and 4 deletions

View file

@ -474,7 +474,7 @@ def remove_from_installed_apps(context, app):
@click.command('uninstall-app')
@click.argument('app')
@click.option('--yes', '-y', help='To bypass confirmation prompt for uninstalling the app', is_flag=True, default=False, multiple=True)
@click.option('--yes', '-y', help='To bypass confirmation prompt for uninstalling the app', is_flag=True, default=False)
@click.option('--dry-run', help='List all doctypes that will be deleted', is_flag=True, default=False)
@click.option('--no-backup', help='Do not backup the site', is_flag=True, default=False)
@click.option('--force', help='Force remove app from site', is_flag=True, default=False)

View file

@ -12,11 +12,11 @@ source_link = "https://github.com/frappe/frappe"
app_license = "MIT"
app_logo_url = '/assets/frappe/images/frappe-framework-logo.svg'
develop_version = '13.x.x-develop'
develop_version = '14.x.x-develop'
app_email = "info@frappe.io"
app_email = "developers@frappe.io"
docs_app = "frappe_io"
docs_app = "frappe_docs"
translator_url = "https://translate.erpnext.com"