Skip to content

Commit

Permalink
add todo to CommandTree formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
user622628252416 committed Aug 20, 2024
1 parent 92e6d26 commit fd544b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pumpkin/src/commands/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ impl<'a> CommandTree<'a> {
}

/// format possible paths as [String], using ```name``` as the command name
///
/// todo: merge into single line
pub(crate) fn paths_formatted(&'a self, name: &str) -> String {
let paths: Vec<Vec<&NodeType>> = self
.iter_paths()
Expand Down

0 comments on commit fd544b5

Please sign in to comment.