Skip to content

Commit

Permalink
minor addenda
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Jan 15, 2018
1 parent 146dd27 commit d6ba310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ion/bench
Expand Up @@ -9,7 +9,7 @@ let CLICOLOR=0
let reports = "false"
let parallel = "true"
let benchpath = "reports/bench.html"
let path = $HOME
let path = $HOME/programming
for x in @args
if test $x = "+reports"
let reports = "true"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Expand Up @@ -28,6 +28,7 @@ fn main() {
.setting(AppSettings::SubcommandRequired)
.get_matches();

// TODO this should install manpages?
if let Some(x) = matches.subcommand_matches("update") {

let force = x.is_present("force");
Expand Down

0 comments on commit d6ba310

Please sign in to comment.