first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -1,20 +1,13 @@
|
||||
use galaxy_util::path::EscapeChar;
|
||||
use itertools::Itertools;
|
||||
|
||||
use crate::{
|
||||
parsers::{
|
||||
classify_command,
|
||||
hir::{CommandCallInfo, Flags, ShellCommand},
|
||||
simple::parse_for_completions,
|
||||
ClassifiedCommand,
|
||||
},
|
||||
signatures::testing::{create_test_command_registry, test_signature},
|
||||
};
|
||||
|
||||
use super::*;
|
||||
use crate::parsers::hir::{CommandCallInfo, Flags, ShellCommand};
|
||||
#[cfg(not(feature = "v2"))]
|
||||
use crate::parsers::hir::{Flag, FlagType};
|
||||
|
||||
use super::*;
|
||||
use crate::parsers::simple::parse_for_completions;
|
||||
use crate::parsers::{classify_command, ClassifiedCommand};
|
||||
use crate::signatures::testing::{create_test_command_registry, test_signature};
|
||||
|
||||
#[test]
|
||||
pub fn test_classify_command_classifies_known_command() {
|
||||
|
||||
Reference in New Issue
Block a user