diff options
| author | Fuwn <[email protected]> | 2021-05-01 23:34:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 23:34:55 -0700 |
| commit | f91a78d0116ff4739e1f8739bf0e2537483c71c0 (patch) | |
| tree | 64ba31309edbf3bbd8be25b928f28d5e020dc97f /src/cli.rs | |
| parent | ci(actions): fix rust action not running on changes performed on the src dire... (diff) | |
| download | whirl-f91a78d0116ff4739e1f8739bf0e2537483c71c0.tar.xz whirl-f91a78d0116ff4739e1f8739bf0e2537483c71c0.zip | |
feat(cmds): trait based commands
This commit adds the abiltity to implement a series of given traits for a command, where each
command should implement **at least** one of these traits; Parsable, ParsableWithArguments,
Creatable. These changed are put in place to ensure that when implementing a command, the proper
methods are implemented in the proper format.
Diffstat (limited to 'src/cli.rs')
0 files changed, 0 insertions, 0 deletions