@
safe @OptionUDA("", "", `
Command specific options
========================
dud convert to convert $input.(sdl,json) to $output.$format files.
If no $input filename is given the current working directory is search
for a file with name "dub.json", "dub.sdl", or "package.json".
If no $output is given the output file name will be derived from $format.
If also no $format is given an error is printed.
The option $keepInput will prevent dud convert from deleting $input.
The option $keepInput is false by default.
dud will not override $output if it exists.
To override a file with name $output pass $override to convert.
`)