mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
add table -> table
to into datetime
(#9775)
should close https://github.com/nushell/nushell/issues/9774 # Description given the help page of `into datetime`, ``` Parameters: ...rest <cellpath>: for a data structure input, convert data at the given cell paths ``` it looks like `into datetime` should accept tables as input 🤔 this PR - adds the `table -> table` signature to `into datetime` - adds a test to make sure the behaviour stays there
This commit is contained in:
@ -39,6 +39,7 @@ mod help;
|
||||
mod histogram;
|
||||
mod insert;
|
||||
mod inspect;
|
||||
mod into_datetime;
|
||||
mod into_filesize;
|
||||
mod into_int;
|
||||
mod join;
|
||||
|
Reference in New Issue
Block a user