irclap 0.1.0

Bridge between irc and clap to enable better bot command parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
author: "Brandon Sanderson"
version: "0.0.1"
name: "echo"

settings:
    - trailingvararg

args:
    - ECHO:
        multiple: true
        index: 1