Currently, the save_results flag stores the results to ~/.local/share/donkeytype by default. It would be better to let the user customize the default location.
Proposed Solution:
Introduce a new option, say --results-path, where users can provide their preferred storage location. If this option isn't set, the program can fall back to the default location.
Alternatively, we could modify the save_results flag to accept an optional argument that specifies the storage location. If the argument isn't provided, it defaults to the current behavior.
Currently, the
save_results
flag stores the results to~/.local/share/donkeytype
by default. It would be better to let the user customize the default location.Proposed Solution:
Introduce a new option, say
--results-path
, where users can provide their preferred storage location. If this option isn't set, the program can fall back to the default location.Alternatively, we could modify the
save_results
flag to accept an optional argument that specifies the storage location. If the argument isn't provided, it defaults to the current behavior.