Readibility improvements in `pijul client`
Dependencies
- [2]
LZOGKBJXnew command `pijul client` for authenticating to a HTTP server
Change contents
- edit in pijul/src/commands/client.rs at line 27
std::fs::create_dir_all(&cached)?; - edit in pijul/src/commands/client.rs at line 93
if let Some(c) = cache_path.parent() {std::fs::create_dir_all(c)?}