mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
feat(commands): implement Display traits for Token and Command to have some basic 'doc gen', split Toggle into Enable and Disable
This commit is contained in:
parent
482c923507
commit
4f7e9c22a1
9 changed files with 187 additions and 56 deletions
7
crates/commands/src/main.rs
Normal file
7
crates/commands/src/main.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use commands::commands as cmds;
|
||||
|
||||
fn main() {
|
||||
for command in cmds::all() {
|
||||
println!("{}", command);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue