Closed matthias-t closed 6 years ago
My fault, sorry. https://github.com/matthias-t/workspace/blob/3c6848c7985325beaa546884c83d89eb38f34626/src/workspace.rs#L60-L73
Instead it should only try to read from ~/workspace/NAME.toml. That implies moving workspace::Workspace::data_path(&self) to something like workspace::file_path(name: &str).
~/workspace/NAME.toml
workspace::Workspace::data_path(&self)
workspace::file_path(name: &str)
My fault, sorry. https://github.com/matthias-t/workspace/blob/3c6848c7985325beaa546884c83d89eb38f34626/src/workspace.rs#L60-L73
Instead it should only try to read from
~/workspace/NAME.toml
. That implies movingworkspace::Workspace::data_path(&self)
to something likeworkspace::file_path(name: &str)
.