mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 10:20:21 +02:00
WIP
This commit is contained in:
@ -50,8 +50,8 @@ pub trait Command {
|
||||
false
|
||||
}
|
||||
|
||||
// If command is a custom command i.e. def blah [] { }, get the block id
|
||||
fn get_custom_command(&self) -> Option<BlockId> {
|
||||
// If command is a block i.e. def blah [] { }, get the block id
|
||||
fn get_block_id(&self) -> Option<BlockId> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user