Skip to content

Commit 9a1e006

Browse files
committed
fix(Completions): fixes a bug where global args weren't included in the generated completion scripts
Closes #841
1 parent 112aea3 commit 9a1e006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/parser.rs

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ impl<'a, 'b> Parser<'a, 'b>
117117

118118
self.propogate_help_version();
119119
self.build_bin_names();
120+
self.propogate_globals();
121+
self.propogate_settings();
120122

121123
ComplGen::new(self).generate(for_shell, buf)
122124
}

0 commit comments

Comments
 (0)