Skip to content

Commit

Permalink
fix exec in completion command
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneur2020 committed Nov 1, 2021
1 parent 803301c commit a3d3695
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/src/cmds/completions/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ impl Command for CompletionCommand {
async fn exec_matches(&self, _writer: &mut Writer, args: Option<&ArgMatches>) -> Result<()> {
let mut clap = self.clap();
match args
.unwrap()
.subcommand_matches("completion")
.unwrap()
.value_of("completion")
{
Expand Down

0 comments on commit a3d3695

Please sign in to comment.