Skip to content

Commit

Permalink
fix(Completions): fixes a bug where global args weren't included in t…
Browse files Browse the repository at this point in the history
…he generated completion scripts

Closes #841
  • Loading branch information
kbknapp committed Feb 3, 2017
1 parent ae90dff commit 55cb97b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ impl<'a, 'b> Parser<'a, 'b>

self.propogate_help_version();
self.build_bin_names();
self.propogate_globals();
self.propogate_settings();

ComplGen::new(self).generate(for_shell, buf)
}
Expand Down

0 comments on commit 55cb97b

Please sign in to comment.