Skip to content

Commit

Permalink
Enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jun 9, 2024
1 parent 8b96601 commit dd70c59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,6 @@ impl Config {
} else if matches.get_flag(cmd::MAN) {
Subcommand::Man
} else if let Some(path) = matches.get_many::<String>(cmd::SHOW) {
// if path is a single string and contains spaces, split it

Subcommand::Show {
path: Self::parse_module_path(path)?,
}
Expand Down

0 comments on commit dd70c59

Please sign in to comment.