mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 18:50:13 +00:00
add missing -yes flags to command definitions, use log crate instead of printlns in command parser, also accept double dash for flags
This commit is contained in:
parent
8431255930
commit
12655fb539
16 changed files with 130 additions and 53 deletions
|
|
@ -16,6 +16,8 @@ lazy_static = { workspace = true }
|
|||
command_parser = { path = "../command_parser"}
|
||||
command_definitions = { path = "../command_definitions"}
|
||||
uniffi = { version = "0.29" }
|
||||
log = "0.4"
|
||||
simple_logger = "4.3.3"
|
||||
|
||||
[build-dependencies]
|
||||
uniffi = { version = "0.29", features = [ "build" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue