feat: add icon to add_task command meta

This commit is contained in:
CJ van den Berg 2025-08-13 19:17:34 +02:00
parent 5f77a48afe
commit 5ce458e636
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -937,6 +937,7 @@ const cmds = struct {
pub const add_task_meta: Meta = .{
.description = "Add new task",
.arguments = &.{.string},
.icon = "",
};
fn call_add_task(task: []const u8) void {