a new option in profil file
Brought to you by:
mrstaticvoid
add an "userOptions" recognition in profile file.
For example:
1) add in source file "Profile.java":
public String getUserOptions() {
return readOption("userOptions");
}
2) add in source file "Converter.java":
commandList.add(ConverterOptions.getCurrentProfile().getUserOptions());