ConvertOptions

Undocumented in source.
@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. `)
struct ConvertOptions {}

Members

Variables

inputFilename
string inputFilename;
Undocumented in source.
keepInput
bool keepInput;
Undocumented in source.
outputFilename
string outputFilename;
Undocumented in source.
outputTargetType
ConvertTargetFormat outputTargetType;
Undocumented in source.
override_
bool override_;
Undocumented in source.

Meta