Set pager in mariadb console (#5809)

This commit is contained in:
Aditya Hase 2018-07-13 11:55:04 +05:30 committed by Rushabh Mehta
parent bd2f992dad
commit 415a335531

View file

@ -312,6 +312,7 @@ def mariadb(context):
'-p'+frappe.conf.db_password,
frappe.conf.db_name,
'-h', frappe.conf.db_host or "localhost",
'--pager=less -SFX',
"-A"])
@click.command('console')