this repo has no description

make `lix_bin` a `PathBuf`

- `PathBuf` more correctly represents what this field is
- this is needed for the next commit

authored by

Ada Alakbarova and committed by isabelroses.com 270e1a34 9dcdd287

+1 -1
+1 -1
src/main.rs
··· 17 17 struct Args { 18 18 /// the path to the lix bin directory 19 19 #[argh(option, short = 'l')] 20 - lix_bin: Option<String>, 20 + lix_bin: Option<PathBuf>, 21 21 22 22 /// the generation we are switching from 23 23 #[argh(positional)]