Set pager in mariadb console (#5809)
This commit is contained in:
parent
bd2f992dad
commit
415a335531
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue