Usage
bengal.fix [OPTIONS]
Options
| Option | Type | Description |
|---|---|---|
--confirm
flag
|
BOOLEAN |
Ask for confirmation before applying fixes |
--dry-run
flag
|
BOOLEAN |
Show what would be fixed without actually applying fixes |
--all
flag
|
BOOLEAN |
Apply all fixes including those requiring confirmation |
--traceback
|
CHOICE |
Traceback verbosity: full | compact | minimal | off |
--validator
|
TEXT |
Only fix issues from specific validator (e.g., 'Directives', 'Links') |
Arguments
| Argument | Type | Description |
|---|---|---|
source
|
PATH |
Default:.
|
Examples
bengal fix
bengal fix --validator Directives
bengal fix --dry-run # See what would be fixed
bengal fix --all # Apply all fixes including confirmations