typos [path...]
Source code spelling correction
Arguments
Name | Description |
---|
path | filepaths, folders |
Options
Name | Description |
---|
-c, --config <path> | Custom config file |
--isolated | Ignore implicit configuration files |
--diff | Print a diff of what would change |
-w, --write-changes | Write fixes out |
--files | Debug: Print each file that would be spellchecked |
--identifiers | Debug: Print each identifier that would be spellchecked |
--words | Debug: Print each word that would be spellchecked |
--dump-config <path> | Write the current configuration to file with `-` for stdout |
--type-list | Show all supported file types |
--format <format> | Set the output format |
-j, --threads <number> | The approximate number of threads to use |
--exclude <glob> | Ignore files & directories matching the glob |
--hidden | Search hidden files and directories |
--no-ignore | Don't respect ignore files |
--no-ignore-dot | Don't respect .ignore files |
--no-ignore-global | Don't respect global ignore files |
--no-ignore-parent | Don't respect ignore files in parent directories |
--no-ignore-vcs | Don't respect ignore files in vcs directories |
--binary | Search binary files |
--no-check-filenames | Skip verifying spelling in file names |
--no-check-files | Skip verifying spelling in files |
--no-unicode | Only allow ASCII characters in identifiers |
--locale <locale> | Set the locale to use |
--color <when> | Controls when to use color |
-v, --verbose | More output per occurrence |
-q, --quiet | Less output per occurrence |
-h, --help | Print help information |
-V, --version | Print version information |