@@ -140,28 +140,23 @@ Usage: deon [OPTIONS]
140
140
141
141
Easily create an ethics checklist for your data science project.
142
142
143
- The checklist will be printed to standard output by default. Use the
144
- --output option to write to a file instead.
143
+ The checklist will be printed to standard output by default. Use the --output
144
+ option to write to a file instead.
145
145
146
146
Options:
147
147
-l, --checklist PATH Override default checklist file with a path to a custom
148
148
checklist.yml file.
149
-
150
149
-f, --format TEXT Output format. Default is "markdown". Can be one of
151
150
[ascii, html, jupyter, markdown, rmarkdown, rst].
152
151
Ignored and file extension used if --output is passed.
153
-
154
152
-o, --output PATH Output file path. Extension can be one of [.txt, .html,
155
153
.ipynb, .md, .rmd, .rst]. The checklist is appended if
156
154
the file exists.
157
-
158
155
-w, --overwrite Overwrite output file if it exists. Default is False,
159
156
which will append to existing file.
160
-
161
157
-m, --multicell For use with Jupyter format only. Write checklist with
162
158
multiple cells, one item per cell. Default is False,
163
159
which will write the checklist in a single cell.
164
-
165
160
--help Show this message and exit.
166
161
167
162
```
0 commit comments