mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
Add first step of uuid generation and bookkeeping
This commit is contained in:
@ -494,6 +494,7 @@ fn classify_command(
|
||||
Ok(ClassifiedCommand::Internal(InternalCommand {
|
||||
command,
|
||||
name_span: Some(head.span().clone()),
|
||||
span_sources: context.span_sources.clone(),
|
||||
args,
|
||||
}))
|
||||
}
|
||||
|
Reference in New Issue
Block a user