1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

usql: remove --list-databases flag (#12882)

This commit is contained in:
Kenneth Shaw 2024-06-03 17:24:17 +07:00 committed by GitHub
parent b0712f5bd8
commit e567dc6833
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View file

@ -15,10 +15,6 @@
`usql --command="{{comando_sql}}"` `usql --command="{{comando_sql}}"`
- Lista las bases de datos disponibles en el servidor:
`usql --list-databases`
- Ejecuta un comando SQL en el indicador `usql`: - Ejecuta un comando SQL en el indicador `usql`:
`{{prompt}}=> {{comando}}` `{{prompt}}=> {{comando}}`

View file

@ -15,10 +15,6 @@
`usql --command="{{sql_command}}"` `usql --command="{{sql_command}}"`
- List databases available on the server:
`usql --list-databases`
- Run an SQL command in the `usql` prompt: - Run an SQL command in the `usql` prompt:
`{{prompt}}=> {{command}}` `{{prompt}}=> {{command}}`