mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:05:40 +02:00
nu-cli: refactor completions (#5102)
This commit is contained in:
@ -3,7 +3,7 @@ use nu_protocol::DeclId;
|
||||
use nu_protocol::{engine::StateWorkingSet, Span};
|
||||
use std::fmt::{Display, Formatter, Result};
|
||||
|
||||
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd)]
|
||||
#[derive(Debug, Eq, PartialEq, Ord, Clone, PartialOrd)]
|
||||
pub enum FlatShape {
|
||||
Garbage,
|
||||
Nothing,
|
||||
|
Reference in New Issue
Block a user