aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/global_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/global_command.rs')
-rw-r--r--crates/shirabe/src/command/global_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/global_command.rs b/crates/shirabe/src/command/global_command.rs
index f31d29c4..0e3606a4 100644
--- a/crates/shirabe/src/command/global_command.rs
+++ b/crates/shirabe/src/command/global_command.rs
@@ -185,7 +185,7 @@ impl Command for GlobalCommand {
return Ok(());
}
- let command_name = input.get_argument("command-name")?.to_string();
+ let command_name = input.get_argument("command-name")?.to_php_string();
let has = {
let mut app_ref = application.borrow_mut();
let app = app_ref