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 80a073d commit db64e9e
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 @@ -704,8 +704,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 db64e9e

Please sign in to comment.