summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 0a81126f..6627ac17 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -450,7 +450,7 @@ pub struct Opt {
pub fn process_command_line_arguments<'a>(
mut opt: Opt,
- arg_matches: Option<clap::ArgMatches>,
+ arg_matches: clap::ArgMatches,
git_config: &mut Option<git2::Config>,
) -> config::Config<'a> {
let assets = HighlightingAssets::new();