Readibility improvements in `pijul client`

pmeunier
Jun 10, 2023, 3:07 PM
FY6SDCTOQGPHDS3UZ7HJAXEDDYYLAFQXEQSSEWF62TK25MGRWJHQC

Dependencies

  • [2] LZOGKBJX new command `pijul client` for authenticating to a HTTP server

Change contents

  • edit in pijul/src/commands/client.rs at line 27
    [2.5255][2.5255:5306]()
    std::fs::create_dir_all(&cached)?;
  • edit in pijul/src/commands/client.rs at line 93
    [2.7994]
    [2.7994]
    if let Some(c) = cache_path.parent() {
    std::fs::create_dir_all(c)?
    }