mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 13:41:49 +03:00
Command help formatting (#383)
This commit is contained in:
parent
6dccb46a61
commit
3f85b236a3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user