Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Commander::Command
Inherits
Struct
<
Value
<
Object
Constructors
new
(id :
String
, title :
String
, description :
String
, plugin_id :
String
|
Nil
, mutating :
Bool
, handler :
Proc
(
CommandContext
,
Nil
))
Source
Instance methods
clone
Source
copy_with
(id _id = @id, title _title = @title, description _description = @description, plugin_id _plugin_id = @plugin_id, mutating _mutating = @mutating, handler _handler = @handler)
Source
description
handler
id
mutating
plugin_id
title