Working 'init' command for places

This commit is contained in:
Lucien Greathouse
2019-01-09 21:16:08 -08:00
parent 6ced8f32b1
commit 98f8c5c0f2
3 changed files with 84 additions and 26 deletions

View File

@@ -60,7 +60,7 @@ fn main() {
match matches.subcommand() {
("init", Some(sub_matches)) => {
let fuzzy_project_path = make_path_absolute(Path::new(sub_matches.value_of("PATH").unwrap_or(".")));
let fuzzy_project_path = make_path_absolute(Path::new(sub_matches.value_of("PATH").unwrap_or("")));
let kind = sub_matches.value_of("kind");
let options = commands::InitOptions {