mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Datetime commands (#3894)
* date and duration from nu * date commands * Import to feature flag * corrected to-csv example * corrected sample example
This commit is contained in:
@ -329,6 +329,17 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
|
||||
whole_stream_command(DataFrameStringSlice),
|
||||
whole_stream_command(DataFrameConcatenate),
|
||||
whole_stream_command(DataFrameAppend),
|
||||
whole_stream_command(DataFrameGetHour),
|
||||
whole_stream_command(DataFrameGetMinute),
|
||||
whole_stream_command(DataFrameGetSecond),
|
||||
whole_stream_command(DataFrameGetDay),
|
||||
whole_stream_command(DataFrameGetMonth),
|
||||
whole_stream_command(DataFrameGetYear),
|
||||
whole_stream_command(DataFrameGetWeek),
|
||||
whole_stream_command(DataFrameGetWeekDay),
|
||||
whole_stream_command(DataFrameGetOrdinal),
|
||||
whole_stream_command(DataFrameGetNanoSecond),
|
||||
whole_stream_command(DataFrameStrFTime),
|
||||
]);
|
||||
|
||||
#[cfg(feature = "clipboard-cli")]
|
||||
|
Reference in New Issue
Block a user