first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+5 -12
View File
@@ -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() {