Constant dia_args::DIA_ARGS_FILE_NAME[][src]

pub const DIA_ARGS_FILE_NAME: &str = ".dia-args";

Default file name for storing arguments: .dia-args

The file must be placed within the directory of the program. Then you can use ::parse_file() to parse it. Refer to that function for content syntax.