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

§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.