Skip to content

Commit

Permalink
add --EOL option
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Aug 30, 2024
1 parent 923fac1 commit dda063a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions lib/cli-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ const dmdDefinitions = [
name: 'monospace-links',
type: Boolean,
description: 'By default, all {bold \\{@link\\}} tags are rendered in plain text. If `--monospace-links` is set, all links are rendered in monospace format. This setting is ignored if {bold `--clever-links`} is set.'
},
{
name: 'EOL',
type: String,
description: 'Specify ether `posix` or `win32`. Forces all line endings in the dmd output to use the specified EOL character.'
}
]

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dda063a

Please sign in to comment.