Types
CommandCall = object
- Source Edit
Procs
func args(self: CommandCall): seq[NimNode] {....raises: [], tags: [], forbids: [].}
- Source Edit
func called(self: CommandCall): NimNode {....raises: [], tags: [], forbids: [].}
- Source Edit
func commandCall(self: NimNode): CommandCall {....raises: [], tags: [], forbids: [].}
- Source Edit