Function brane_cli::utils::get_history_file

source ยท
pub fn get_history_file() -> Result<PathBuf, UtilError>
Expand description

Edited: Now returns UtilErrors.

Returns the location of the history file for Brane.

Returns
The path of the HistoryFile or a UtilError otherwise.