Command help formatting (#383)

This commit is contained in:
Neil O'Toole 2024-01-29 10:34:45 -07:00 committed by GitHub
parent 6dccb46a61
commit 3f85b236a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 26 deletions

View File

@ -129,7 +129,7 @@ More examples:
# Specify some params (note escaped chars)
$ sq add postgres://user:pass@localhost/sakila\?sslmode=disable\&application_name=sq
# Specify some params, but use quoted string (no shell completion)
# Specify some params, but use quoted string (no shell completion)
$ sq add 'postgres://user:pass@localhost/sakila?sslmode=disable&application_name=sq''
# Add a SQL Server source; will have generated handle @sakila

View File

@ -232,7 +232,7 @@ only applies to SQL sources.`,
ValidArgsFunction: (&handleTableCompleter{
onlySQL: true,
}).complete,
Example: `# drop table "actor" in src @sakila_sl3
Example: ` # drop table "actor" in src @sakila_sl3
$ sq tbl drop @sakila_sl3.actor
# drop table "payment"" in the active src