Skip to content

Commit

Permalink
default to serving cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Dec 28, 2019
1 parent aa341c4 commit f7a006d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ use std::process;

fn main() {
let args: Vec<String> = std::env::args().collect();
if args.len() < 2 {
print_help();
return;
}

let mut root = ".";
let mut iter = args.iter();
let mut host = "localhost";
Expand Down

0 comments on commit f7a006d

Please sign in to comment.