nu-cli: refactor completions (#5102)

This commit is contained in:
Herlon Aguiar
2022-04-06 09:58:55 +02:00
committed by GitHub
parent 121a4f06fb
commit 13869e7d52
12 changed files with 1017 additions and 701 deletions

View File

@ -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,