aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.cli/command_tree.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.cli/command_tree.ccm')
-rw-r--r--nihil.cli/command_tree.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.cli/command_tree.ccm b/nihil.cli/command_tree.ccm
index f52b768..7297af7 100644
--- a/nihil.cli/command_tree.ccm
+++ b/nihil.cli/command_tree.ccm
@@ -62,7 +62,7 @@ struct command_tree_node final {
* Get the path of this command_node.
*/
[[nodiscard]] auto path(this command_tree_node const &self)
- -> std::string;
+ -> std::string_view;
/*
* Print this node's children in a form useful to humans.