We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed3d8b commit 47338bdCopy full SHA for 47338bd
README.md
@@ -65,6 +65,18 @@ but no changes are actually made. All available options are given by
65
`djthml -h` / `djthml --help`.
66
67
68
+### Command-line arguments
69
+
70
+DjHTML supports the following command-line arguments:
71
72
+- `-h` / `--help`: Show help text.
73
+- `-v` / `--version`: Show version number.
74
+- `-c` / `--check`: Dry-run, checks without modifying files.
75
+- `-t` / `--tabwidth N`: Tabwidth. The default is to guess.
76
+- `-b` / `--extra-block BEGIN,END`: Define an extra non-standard block
77
+ tag. Can be used multiple times.
78
79
80
## `fmt:off` and `fmt:on`
81
82
You can exclude specific lines from being processed with the
0 commit comments