Skip to content

Commit 016fd43

Browse files
author
Faycal Bououza
committed
docs: add quiet mode flag documentation
1 parent 50cd31c commit 016fd43

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ pgxport [command] [flags]
183183
| `--compression` | `-z` | Compression (none, gzip, zip) | `none` | No |
184184
| `--dsn` | - | Database connection string | - | No |
185185
| `--verbose` | `-v` | Enable verbose output with detailed debug information | `false` | No |
186+
| `--quiet` | `-q` | Suppress all output except errors | `false` | No |
186187
| `--help` | `-h` | Show help message | - | No |
187188
| `--host` |- | Database host | `localhost` | No* |
188189
| `--port` |- | Database port | `5432` | No* |
@@ -210,6 +211,7 @@ _* Either `--sql` or `--sqlfile` must be provided (but not both)_
210211
- `--time-zone` - Timezone conversion
211212
- `--fail-on-empty` - Fail if query returns 0 rows
212213
- `--verbose` - Detailed logging
214+
- `--quiet` - Suppress all output except errors
213215

214216
### Format-Specific Flags
215217

@@ -995,7 +997,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
995997
- Streaming + compression
996998
- Fail-on-empty mode
997999
- Batch SQL inserts
998-
- Individual connection flags
1000+
- Individual connection flags
1001+
- Quiet mode
1002+
9991003

10001004
### 🚧 Planned
10011005
- [ ] Excel (XLSX) export

0 commit comments

Comments
 (0)