mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
rank possible commands by input similarity
This commit is contained in:
parent
f14901a4e3
commit
c1ed7487d7
5 changed files with 135 additions and 11 deletions
|
|
@ -2,7 +2,7 @@ use std::fmt::{Debug, Display};
|
|||
|
||||
use smol_str::SmolStr;
|
||||
|
||||
use crate::parameter::{Optional, Parameter, ParameterKind, ParameterValue};
|
||||
use crate::parameter::{Parameter, ParameterValue};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum Token {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue