diff --git a/commands/docs/alias.md b/commands/docs/alias.md index 27f36cf7cbe..250648a1a53 100644 --- a/commands/docs/alias.md +++ b/commands/docs/alias.md @@ -2,12 +2,11 @@ title: alias categories: | core -version: 0.94.0 +version: 0.95.0 core: | Alias a command (with optional flags) to a new name. usage: | Alias a command (with optional flags) to a new name. -feature: default --- diff --git a/commands/docs/all.md b/commands/docs/all.md index fae7aee6fc5..6618b3a9b43 100644 --- a/commands/docs/all.md +++ b/commands/docs/all.md @@ -2,12 +2,11 @@ title: all categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Test if every element of the input fulfills a predicate expression. usage: | Test if every element of the input fulfills a predicate expression. -feature: default --- diff --git a/commands/docs/ansi.md b/commands/docs/ansi.md index 11d39a080ce..bab334828d5 100644 --- a/commands/docs/ansi.md +++ b/commands/docs/ansi.md @@ -2,12 +2,11 @@ title: ansi categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Output ANSI codes to change color and style of text. usage: | Output ANSI codes to change color and style of text. -feature: default --- diff --git a/commands/docs/ansi_gradient.md b/commands/docs/ansi_gradient.md index c2eb0277e70..3588f1d1836 100644 --- a/commands/docs/ansi_gradient.md +++ b/commands/docs/ansi_gradient.md @@ -2,12 +2,11 @@ title: ansi gradient categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Add a color gradient (using ANSI color codes) to the given string. usage: | Add a color gradient (using ANSI color codes) to the given string. -feature: default --- diff --git a/commands/docs/ansi_link.md b/commands/docs/ansi_link.md index 7bbc8958bcb..c3453e99897 100644 --- a/commands/docs/ansi_link.md +++ b/commands/docs/ansi_link.md @@ -2,12 +2,11 @@ title: ansi link categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Add a link (using OSC 8 escape sequence) to the given string. usage: | Add a link (using OSC 8 escape sequence) to the given string. -feature: default --- diff --git a/commands/docs/ansi_strip.md b/commands/docs/ansi_strip.md index add642d44ee..cc25ab48fdc 100644 --- a/commands/docs/ansi_strip.md +++ b/commands/docs/ansi_strip.md @@ -2,12 +2,11 @@ title: ansi strip categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Strip ANSI escape sequences from a string. usage: | Strip ANSI escape sequences from a string. -feature: default --- diff --git a/commands/docs/any.md b/commands/docs/any.md index e4016587df6..7077689d02f 100644 --- a/commands/docs/any.md +++ b/commands/docs/any.md @@ -2,12 +2,11 @@ title: any categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Tests if any element of the input fulfills a predicate expression. usage: | Tests if any element of the input fulfills a predicate expression. -feature: default --- diff --git a/commands/docs/append.md b/commands/docs/append.md index a1a4c19b54c..4c9039d63b2 100644 --- a/commands/docs/append.md +++ b/commands/docs/append.md @@ -2,12 +2,11 @@ title: append categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Append any number of rows to a table. usage: | Append any number of rows to a table. -feature: default --- diff --git a/commands/docs/ast.md b/commands/docs/ast.md index 3bb044d2ac6..baeff5fde7b 100644 --- a/commands/docs/ast.md +++ b/commands/docs/ast.md @@ -2,12 +2,11 @@ title: ast categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Print the abstract syntax tree (ast) for a pipeline. usage: | Print the abstract syntax tree (ast) for a pipeline. -feature: default --- diff --git a/commands/docs/bits.md b/commands/docs/bits.md index 1ef6eb68b5b..22da1126144 100644 --- a/commands/docs/bits.md +++ b/commands/docs/bits.md @@ -2,12 +2,11 @@ title: bits categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Various commands for working with bits. usage: | Various commands for working with bits. -feature: default --- diff --git a/commands/docs/bits_and.md b/commands/docs/bits_and.md index bb7c263d1a2..67dbeaebe24 100644 --- a/commands/docs/bits_and.md +++ b/commands/docs/bits_and.md @@ -2,12 +2,11 @@ title: bits and categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Performs bitwise and for ints or binary values. usage: | Performs bitwise and for ints or binary values. -feature: default --- diff --git a/commands/docs/bits_not.md b/commands/docs/bits_not.md index 92f3800f41c..268d3c09d77 100644 --- a/commands/docs/bits_not.md +++ b/commands/docs/bits_not.md @@ -2,12 +2,11 @@ title: bits not categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Performs logical negation on each bit. usage: | Performs logical negation on each bit. -feature: default --- diff --git a/commands/docs/bits_or.md b/commands/docs/bits_or.md index 8d8f224b970..a850ccc590b 100644 --- a/commands/docs/bits_or.md +++ b/commands/docs/bits_or.md @@ -2,12 +2,11 @@ title: bits or categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Performs bitwise or for ints or binary values. usage: | Performs bitwise or for ints or binary values. -feature: default --- diff --git a/commands/docs/bits_rol.md b/commands/docs/bits_rol.md index c2810a02fd7..a35361c3cc2 100644 --- a/commands/docs/bits_rol.md +++ b/commands/docs/bits_rol.md @@ -2,12 +2,11 @@ title: bits rol categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Bitwise rotate left for ints or binary values. usage: | Bitwise rotate left for ints or binary values. -feature: default --- diff --git a/commands/docs/bits_ror.md b/commands/docs/bits_ror.md index 6e0ccda40d8..0304b2bbcf4 100644 --- a/commands/docs/bits_ror.md +++ b/commands/docs/bits_ror.md @@ -2,12 +2,11 @@ title: bits ror categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Bitwise rotate right for ints or binary values. usage: | Bitwise rotate right for ints or binary values. -feature: default --- diff --git a/commands/docs/bits_shl.md b/commands/docs/bits_shl.md index 55573305503..60791fe242f 100644 --- a/commands/docs/bits_shl.md +++ b/commands/docs/bits_shl.md @@ -2,12 +2,11 @@ title: bits shl categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Bitwise shift left for ints or binary values. usage: | Bitwise shift left for ints or binary values. -feature: default --- diff --git a/commands/docs/bits_shr.md b/commands/docs/bits_shr.md index e05453f0bdb..bfb63b5881d 100644 --- a/commands/docs/bits_shr.md +++ b/commands/docs/bits_shr.md @@ -2,12 +2,11 @@ title: bits shr categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Bitwise shift right for ints or binary values. usage: | Bitwise shift right for ints or binary values. -feature: default --- diff --git a/commands/docs/bits_xor.md b/commands/docs/bits_xor.md index 97f820a8d37..c13115104f9 100644 --- a/commands/docs/bits_xor.md +++ b/commands/docs/bits_xor.md @@ -2,12 +2,11 @@ title: bits xor categories: | bits -version: 0.94.0 +version: 0.95.0 bits: | Performs bitwise xor for ints or binary values. usage: | Performs bitwise xor for ints or binary values. -feature: default --- diff --git a/commands/docs/break.md b/commands/docs/break.md index 35fa1c05aee..22dce43d915 100644 --- a/commands/docs/break.md +++ b/commands/docs/break.md @@ -2,12 +2,11 @@ title: break categories: | core -version: 0.94.0 +version: 0.95.0 core: | Break a loop. usage: | Break a loop. -feature: default --- diff --git a/commands/docs/bytes.md b/commands/docs/bytes.md index e01dc4dbd77..f84b94ed33e 100644 --- a/commands/docs/bytes.md +++ b/commands/docs/bytes.md @@ -2,12 +2,11 @@ title: bytes categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Various commands for working with byte data. usage: | Various commands for working with byte data. -feature: default --- diff --git a/commands/docs/bytes_add.md b/commands/docs/bytes_add.md index 7381ebda107..ad96026d45b 100644 --- a/commands/docs/bytes_add.md +++ b/commands/docs/bytes_add.md @@ -2,12 +2,11 @@ title: bytes add categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Add specified bytes to the input. usage: | Add specified bytes to the input. -feature: default --- diff --git a/commands/docs/bytes_at.md b/commands/docs/bytes_at.md index e61c275cf3e..a82f31da5ba 100644 --- a/commands/docs/bytes_at.md +++ b/commands/docs/bytes_at.md @@ -2,12 +2,11 @@ title: bytes at categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Get bytes defined by a range. usage: | Get bytes defined by a range. -feature: default --- diff --git a/commands/docs/bytes_build.md b/commands/docs/bytes_build.md index 760f17d7f94..9001c58c940 100644 --- a/commands/docs/bytes_build.md +++ b/commands/docs/bytes_build.md @@ -2,12 +2,11 @@ title: bytes build categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Create bytes from the arguments. usage: | Create bytes from the arguments. -feature: default --- diff --git a/commands/docs/bytes_collect.md b/commands/docs/bytes_collect.md index bd9a3903c25..a8c1a26ca25 100644 --- a/commands/docs/bytes_collect.md +++ b/commands/docs/bytes_collect.md @@ -2,12 +2,11 @@ title: bytes collect categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Concatenate multiple binary into a single binary, with an optional separator between each. usage: | Concatenate multiple binary into a single binary, with an optional separator between each. -feature: default --- diff --git a/commands/docs/bytes_ends-with.md b/commands/docs/bytes_ends-with.md index 21a6b214df8..5fbf0359e42 100644 --- a/commands/docs/bytes_ends-with.md +++ b/commands/docs/bytes_ends-with.md @@ -2,12 +2,11 @@ title: bytes ends-with categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Check if bytes ends with a pattern. usage: | Check if bytes ends with a pattern. -feature: default --- diff --git a/commands/docs/bytes_index-of.md b/commands/docs/bytes_index-of.md index 51e51b1c9e1..9175a6b3aa5 100644 --- a/commands/docs/bytes_index-of.md +++ b/commands/docs/bytes_index-of.md @@ -2,12 +2,11 @@ title: bytes index-of categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Returns start index of first occurrence of pattern in bytes, or -1 if no match. usage: | Returns start index of first occurrence of pattern in bytes, or -1 if no match. -feature: default --- diff --git a/commands/docs/bytes_length.md b/commands/docs/bytes_length.md index af29239c613..6c6049aa4b8 100644 --- a/commands/docs/bytes_length.md +++ b/commands/docs/bytes_length.md @@ -2,12 +2,11 @@ title: bytes length categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Output the length of any bytes in the pipeline. usage: | Output the length of any bytes in the pipeline. -feature: default --- diff --git a/commands/docs/bytes_remove.md b/commands/docs/bytes_remove.md index ba218435d45..e66c2c95917 100644 --- a/commands/docs/bytes_remove.md +++ b/commands/docs/bytes_remove.md @@ -2,12 +2,11 @@ title: bytes remove categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Remove bytes. usage: | Remove bytes. -feature: default --- diff --git a/commands/docs/bytes_replace.md b/commands/docs/bytes_replace.md index bb18e356946..159f9108da5 100644 --- a/commands/docs/bytes_replace.md +++ b/commands/docs/bytes_replace.md @@ -2,12 +2,11 @@ title: bytes replace categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Find and replace binary. usage: | Find and replace binary. -feature: default --- diff --git a/commands/docs/bytes_reverse.md b/commands/docs/bytes_reverse.md index 353c28787b6..a91c0f76692 100644 --- a/commands/docs/bytes_reverse.md +++ b/commands/docs/bytes_reverse.md @@ -2,12 +2,11 @@ title: bytes reverse categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Reverse the bytes in the pipeline. usage: | Reverse the bytes in the pipeline. -feature: default --- diff --git a/commands/docs/bytes_starts-with.md b/commands/docs/bytes_starts-with.md index bf998883629..a1647c78cd8 100644 --- a/commands/docs/bytes_starts-with.md +++ b/commands/docs/bytes_starts-with.md @@ -2,12 +2,11 @@ title: bytes starts-with categories: | bytes -version: 0.94.0 +version: 0.95.0 bytes: | Check if bytes starts with a pattern. usage: | Check if bytes starts with a pattern. -feature: default --- diff --git a/commands/docs/cal.md b/commands/docs/cal.md index 5a4008461bc..bcddd3f7824 100644 --- a/commands/docs/cal.md +++ b/commands/docs/cal.md @@ -2,12 +2,11 @@ title: cal categories: | generators -version: 0.94.0 +version: 0.95.0 generators: | Display a calendar. usage: | Display a calendar. -feature: default --- @@ -24,6 +23,7 @@ feature: default - `--year, -y`: Display the year column - `--quarter, -q`: Display the quarter column - `--month, -m`: Display the month column + - `--as-table, -t`: output as a table - `--full-year, - {int}`: Display a year-long calendar for the specified year - `--week-start, - {string}`: Display the calendar with the specified day as the first day of the week - `--month-names, -`: Display the month names instead of integers @@ -49,8 +49,14 @@ The calendar for all of 2012 ``` -This month's calendar with the week starting on monday +This month's calendar with the week starting on Monday ```nu > cal --week-start mo ``` + +How many 'Friday the Thirteenths' occurred in 2015? +```nu +> cal --as-table --full-year 2015 | where fr == 13 | length + +``` diff --git a/commands/docs/cd.md b/commands/docs/cd.md index 4b2f7328bd7..a32ae7e2adf 100644 --- a/commands/docs/cd.md +++ b/commands/docs/cd.md @@ -2,12 +2,11 @@ title: cd categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Change directory. usage: | Change directory. -feature: default --- @@ -47,3 +46,9 @@ Change to the previous working directory ($OLDPWD) > cd - ``` + +Changing directory with a custom command requires 'def --env' +```nu +> def --env gohome [] { cd ~ } + +``` diff --git a/commands/docs/char.md b/commands/docs/char.md index f1097c6f940..8fb973b1804 100644 --- a/commands/docs/char.md +++ b/commands/docs/char.md @@ -2,12 +2,11 @@ title: char categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Output special characters (e.g., 'newline'). usage: | Output special characters (e.g., 'newline'). -feature: default --- diff --git a/commands/docs/clear.md b/commands/docs/clear.md index 74f7647415f..f7b46593aa8 100644 --- a/commands/docs/clear.md +++ b/commands/docs/clear.md @@ -2,12 +2,11 @@ title: clear categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Clear the terminal. usage: | Clear the terminal. -feature: default --- diff --git a/commands/docs/collect.md b/commands/docs/collect.md index a8105e89e43..5f16bd86ed0 100644 --- a/commands/docs/collect.md +++ b/commands/docs/collect.md @@ -2,12 +2,11 @@ title: collect categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Collect a stream into a value. usage: | Collect a stream into a value. -feature: default --- diff --git a/commands/docs/columns.md b/commands/docs/columns.md index df87520555f..ec86222c73b 100644 --- a/commands/docs/columns.md +++ b/commands/docs/columns.md @@ -2,12 +2,11 @@ title: columns categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Given a record or table, produce a list of its columns' names. usage: | Given a record or table, produce a list of its columns' names. -feature: default --- diff --git a/commands/docs/commandline.md b/commands/docs/commandline.md index 8bb39769b68..1572a1046f1 100644 --- a/commands/docs/commandline.md +++ b/commands/docs/commandline.md @@ -2,12 +2,11 @@ title: commandline categories: | core -version: 0.94.0 +version: 0.95.0 core: | View the current command line input buffer. usage: | View the current command line input buffer. -feature: default --- diff --git a/commands/docs/commandline_edit.md b/commands/docs/commandline_edit.md index 67fa994b034..c8363194899 100644 --- a/commands/docs/commandline_edit.md +++ b/commands/docs/commandline_edit.md @@ -2,12 +2,11 @@ title: commandline edit categories: | core -version: 0.94.0 +version: 0.95.0 core: | Modify the current command line input buffer. usage: | Modify the current command line input buffer. -feature: default --- diff --git a/commands/docs/commandline_get-cursor.md b/commands/docs/commandline_get-cursor.md index 96c290c3d94..c7accd233c5 100644 --- a/commands/docs/commandline_get-cursor.md +++ b/commands/docs/commandline_get-cursor.md @@ -2,12 +2,11 @@ title: commandline get-cursor categories: | core -version: 0.94.0 +version: 0.95.0 core: | Get the current cursor position. usage: | Get the current cursor position. -feature: default --- diff --git a/commands/docs/commandline_set-cursor.md b/commands/docs/commandline_set-cursor.md index 658239e7e13..b8c30a56f9c 100644 --- a/commands/docs/commandline_set-cursor.md +++ b/commands/docs/commandline_set-cursor.md @@ -2,12 +2,11 @@ title: commandline set-cursor categories: | core -version: 0.94.0 +version: 0.95.0 core: | Set the current cursor position. usage: | Set the current cursor position. -feature: default --- diff --git a/commands/docs/compact.md b/commands/docs/compact.md index 726c90db279..16e2549ec59 100644 --- a/commands/docs/compact.md +++ b/commands/docs/compact.md @@ -2,12 +2,11 @@ title: compact categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Creates a table with non-empty rows. usage: | Creates a table with non-empty rows. -feature: default --- diff --git a/commands/docs/complete.md b/commands/docs/complete.md index 550223279bb..035051ca06d 100644 --- a/commands/docs/complete.md +++ b/commands/docs/complete.md @@ -2,12 +2,11 @@ title: complete categories: | system -version: 0.94.0 +version: 0.95.0 system: | Capture the outputs and exit code from an external piped in command in a nushell table. usage: | Capture the outputs and exit code from an external piped in command in a nushell table. -feature: default --- diff --git a/commands/docs/config.md b/commands/docs/config.md index a88ab1b21a1..07401a523c7 100644 --- a/commands/docs/config.md +++ b/commands/docs/config.md @@ -2,12 +2,11 @@ title: config categories: | env -version: 0.94.0 +version: 0.95.0 env: | Edit nushell configuration files. usage: | Edit nushell configuration files. -feature: default --- diff --git a/commands/docs/config_env.md b/commands/docs/config_env.md index cf43868aaba..6c16e40eddc 100644 --- a/commands/docs/config_env.md +++ b/commands/docs/config_env.md @@ -2,12 +2,11 @@ title: config env categories: | env -version: 0.94.0 +version: 0.95.0 env: | Edit nu environment configurations. usage: | Edit nu environment configurations. -feature: default --- diff --git a/commands/docs/config_nu.md b/commands/docs/config_nu.md index 633ba988a9a..02bc8aef4a1 100644 --- a/commands/docs/config_nu.md +++ b/commands/docs/config_nu.md @@ -2,12 +2,11 @@ title: config nu categories: | env -version: 0.94.0 +version: 0.95.0 env: | Edit nu configurations. usage: | Edit nu configurations. -feature: default --- diff --git a/commands/docs/config_reset.md b/commands/docs/config_reset.md index bae2229b0c5..0bdc2e05dbe 100644 --- a/commands/docs/config_reset.md +++ b/commands/docs/config_reset.md @@ -2,12 +2,11 @@ title: config reset categories: | env -version: 0.94.0 +version: 0.95.0 env: | Reset nushell environment configurations to default, and saves old config files in the config location as oldconfig.nu and oldenv.nu. usage: | Reset nushell environment configurations to default, and saves old config files in the config location as oldconfig.nu and oldenv.nu. -feature: default --- diff --git a/commands/docs/const.md b/commands/docs/const.md index 0a8a00e329b..05a7daefb28 100644 --- a/commands/docs/const.md +++ b/commands/docs/const.md @@ -2,12 +2,11 @@ title: const categories: | core -version: 0.94.0 +version: 0.95.0 core: | Create a parse-time constant. usage: | Create a parse-time constant. -feature: default --- diff --git a/commands/docs/continue.md b/commands/docs/continue.md index 10603bd1032..af1df11e8cd 100644 --- a/commands/docs/continue.md +++ b/commands/docs/continue.md @@ -2,12 +2,11 @@ title: continue categories: | core -version: 0.94.0 +version: 0.95.0 core: | Continue a loop from the next iteration. usage: | Continue a loop from the next iteration. -feature: default --- diff --git a/commands/docs/cp.md b/commands/docs/cp.md index fbfd67c7d32..d77108135c8 100644 --- a/commands/docs/cp.md +++ b/commands/docs/cp.md @@ -2,12 +2,11 @@ title: cp categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Copy files using uutils/coreutils cp. usage: | Copy files using uutils/coreutils cp. -feature: default --- diff --git a/commands/docs/date.md b/commands/docs/date.md index baa3bc5ee41..cbe2e957b7e 100644 --- a/commands/docs/date.md +++ b/commands/docs/date.md @@ -2,12 +2,11 @@ title: date categories: | date -version: 0.94.0 +version: 0.95.0 date: | Date-related commands. usage: | Date-related commands. -feature: default --- diff --git a/commands/docs/date_format.md b/commands/docs/date_format.md index 2aaaee439c6..bdf354bb628 100644 --- a/commands/docs/date_format.md +++ b/commands/docs/date_format.md @@ -2,12 +2,11 @@ title: date format categories: | removed -version: 0.94.0 +version: 0.95.0 removed: | Removed command: use `format date` instead. usage: | Removed command: use `format date` instead. -feature: default --- diff --git a/commands/docs/date_humanize.md b/commands/docs/date_humanize.md index 0a7d0275e70..e84ccd77876 100644 --- a/commands/docs/date_humanize.md +++ b/commands/docs/date_humanize.md @@ -2,12 +2,11 @@ title: date humanize categories: | date -version: 0.94.0 +version: 0.95.0 date: | Print a 'humanized' format for the date, relative to now. usage: | Print a 'humanized' format for the date, relative to now. -feature: default --- diff --git a/commands/docs/date_list-timezone.md b/commands/docs/date_list-timezone.md index 71835a57825..4696b951bd9 100644 --- a/commands/docs/date_list-timezone.md +++ b/commands/docs/date_list-timezone.md @@ -2,12 +2,11 @@ title: date list-timezone categories: | date -version: 0.94.0 +version: 0.95.0 date: | List supported time zones. usage: | List supported time zones. -feature: default --- diff --git a/commands/docs/date_now.md b/commands/docs/date_now.md index ab33ab2b1c3..f9350e8559a 100644 --- a/commands/docs/date_now.md +++ b/commands/docs/date_now.md @@ -2,12 +2,11 @@ title: date now categories: | date -version: 0.94.0 +version: 0.95.0 date: | Get the current date. usage: | Get the current date. -feature: default --- diff --git a/commands/docs/date_to-record.md b/commands/docs/date_to-record.md index 3e25b88a984..e4ca694a758 100644 --- a/commands/docs/date_to-record.md +++ b/commands/docs/date_to-record.md @@ -2,12 +2,11 @@ title: date to-record categories: | date -version: 0.94.0 +version: 0.95.0 date: | Convert the date into a record. usage: | Convert the date into a record. -feature: default --- diff --git a/commands/docs/date_to-table.md b/commands/docs/date_to-table.md index ef409685171..5518a248af8 100644 --- a/commands/docs/date_to-table.md +++ b/commands/docs/date_to-table.md @@ -2,12 +2,11 @@ title: date to-table categories: | date -version: 0.94.0 +version: 0.95.0 date: | Convert the date into a structured table. usage: | Convert the date into a structured table. -feature: default --- diff --git a/commands/docs/date_to-timezone.md b/commands/docs/date_to-timezone.md index bc66d7b4d08..8aa5afeca4a 100644 --- a/commands/docs/date_to-timezone.md +++ b/commands/docs/date_to-timezone.md @@ -2,12 +2,11 @@ title: date to-timezone categories: | date -version: 0.94.0 +version: 0.95.0 date: | Convert a date to a given time zone. usage: | Convert a date to a given time zone. -feature: default --- diff --git a/commands/docs/debug.md b/commands/docs/debug.md index 85ab46b6c5d..4143c9a06f4 100644 --- a/commands/docs/debug.md +++ b/commands/docs/debug.md @@ -2,12 +2,11 @@ title: debug categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Debug print the value(s) piped in. usage: | Debug print the value(s) piped in. -feature: default --- diff --git a/commands/docs/debug_info.md b/commands/docs/debug_info.md index 20852a01502..78150960ad7 100644 --- a/commands/docs/debug_info.md +++ b/commands/docs/debug_info.md @@ -2,12 +2,11 @@ title: debug info categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | View process memory info. usage: | View process memory info. -feature: default --- diff --git a/commands/docs/debug_profile.md b/commands/docs/debug_profile.md index 55902a94448..cbf2ac72b9a 100644 --- a/commands/docs/debug_profile.md +++ b/commands/docs/debug_profile.md @@ -2,12 +2,11 @@ title: debug profile categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Profile pipeline elements in a closure. usage: | Profile pipeline elements in a closure. -feature: default --- diff --git a/commands/docs/decode.md b/commands/docs/decode.md index a6084729871..a8bc6c897ec 100644 --- a/commands/docs/decode.md +++ b/commands/docs/decode.md @@ -2,12 +2,11 @@ title: decode categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Decode bytes into a string. usage: | Decode bytes into a string. -feature: default --- diff --git a/commands/docs/decode_base64.md b/commands/docs/decode_base64.md index 1b67ccab4ea..d5a1a82ba68 100644 --- a/commands/docs/decode_base64.md +++ b/commands/docs/decode_base64.md @@ -2,12 +2,11 @@ title: decode base64 categories: | hash -version: 0.94.0 +version: 0.95.0 hash: | Base64 decode a value. usage: | Base64 decode a value. -feature: default --- diff --git a/commands/docs/decode_hex.md b/commands/docs/decode_hex.md index f3f8db14f25..1ccbe774415 100644 --- a/commands/docs/decode_hex.md +++ b/commands/docs/decode_hex.md @@ -2,12 +2,11 @@ title: decode hex categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Hex decode a value. usage: | Hex decode a value. -feature: default --- diff --git a/commands/docs/def.md b/commands/docs/def.md index 5a436246e4c..79a096a0372 100644 --- a/commands/docs/def.md +++ b/commands/docs/def.md @@ -2,12 +2,11 @@ title: def categories: | core -version: 0.94.0 +version: 0.95.0 core: | Define a custom command. usage: | Define a custom command. -feature: default --- @@ -57,13 +56,16 @@ Set environment variable by call a custom command BAZ ``` -Define a custom wrapper for an external command +cd affects the environment, so '--env' is required to change directory from within a command ```nu -> def --wrapped my-echo [...rest] { echo $rest }; my-echo spam -╭───┬──────╮ -│ 0 │ spam │ -╰───┴──────╯ +> def --env gohome [] { cd ~ }; gohome; $env.PWD == ('~' | path expand) +true +``` +Define a custom wrapper for an external command +```nu +> def --wrapped my-echo [...rest] { ^echo ...$rest }; my-echo -e 'spam\tspam' +spamspam ``` ## Notes diff --git a/commands/docs/default.md b/commands/docs/default.md index fe46f4a4a0b..130e1b05d93 100644 --- a/commands/docs/default.md +++ b/commands/docs/default.md @@ -2,12 +2,11 @@ title: default categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Sets a default row's column if missing. usage: | Sets a default row's column if missing. -feature: default --- diff --git a/commands/docs/describe.md b/commands/docs/describe.md index 3bb11ed0126..9a21c25cfd5 100644 --- a/commands/docs/describe.md +++ b/commands/docs/describe.md @@ -2,12 +2,11 @@ title: describe categories: | core -version: 0.94.0 +version: 0.95.0 core: | Describe the type and structure of the value(s) piped in. usage: | Describe the type and structure of the value(s) piped in. -feature: default --- diff --git a/commands/docs/detect_columns.md b/commands/docs/detect_columns.md index 37db617a0ad..e75ae9e1991 100644 --- a/commands/docs/detect_columns.md +++ b/commands/docs/detect_columns.md @@ -2,12 +2,11 @@ title: detect columns categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Attempt to automatically split text into multiple columns. usage: | Attempt to automatically split text into multiple columns. -feature: default --- diff --git a/commands/docs/dexit.md b/commands/docs/dexit.md index 94aa91cafc8..6d9cfeff81d 100644 --- a/commands/docs/dexit.md +++ b/commands/docs/dexit.md @@ -2,7 +2,7 @@ title: dexit categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Leaves a previously entered working directory. usage: | diff --git a/commands/docs/do.md b/commands/docs/do.md index de5639f2ac9..4fefe30a2e0 100644 --- a/commands/docs/do.md +++ b/commands/docs/do.md @@ -2,12 +2,11 @@ title: do categories: | core -version: 0.94.0 +version: 0.95.0 core: | Run a closure, providing it with the pipeline input. usage: | Run a closure, providing it with the pipeline input. -feature: default --- @@ -77,16 +76,28 @@ Abort the pipeline if a program returns a non-zero exit code ``` -Run the closure, with a positional parameter +Run the closure with a positional, type-checked parameter ```nu -> do {|x| 100 + $x } 77 +> do {|x:int| 100 + $x } 77 177 ``` -Run the closure, with input +Run the closure with pipeline input ```nu -> 77 | do {|x| 100 + $in } +> 77 | do { 100 + $in } +177 +``` + +Run the closure with a default parameter value +```nu +> 77 | do {|x=100| $x + $in } +177 +``` +Run the closure with two positional parameters +```nu +> do {|x,y| $x + $y } 77 100 +177 ``` Run the closure and keep changes to the environment diff --git a/commands/docs/drop.md b/commands/docs/drop.md index 3cddc33d4c5..8aea46a7e96 100644 --- a/commands/docs/drop.md +++ b/commands/docs/drop.md @@ -2,12 +2,11 @@ title: drop categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Remove items/rows from the end of the input list/table. Counterpart of `skip`. Opposite of `last`. usage: | Remove items/rows from the end of the input list/table. Counterpart of `skip`. Opposite of `last`. -feature: default --- diff --git a/commands/docs/drop_column.md b/commands/docs/drop_column.md index c0a79a80cbf..30c716c68a3 100644 --- a/commands/docs/drop_column.md +++ b/commands/docs/drop_column.md @@ -2,12 +2,11 @@ title: drop column categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Remove N columns at the right-hand end of the input table. To remove columns by name, use `reject`. usage: | Remove N columns at the right-hand end of the input table. To remove columns by name, use `reject`. -feature: default --- diff --git a/commands/docs/drop_nth.md b/commands/docs/drop_nth.md index 869abc99564..3f7e6a71612 100644 --- a/commands/docs/drop_nth.md +++ b/commands/docs/drop_nth.md @@ -2,12 +2,11 @@ title: drop nth categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Drop the selected rows. usage: | Drop the selected rows. -feature: default --- diff --git a/commands/docs/du.md b/commands/docs/du.md index 2bbe7a98bf8..b70b213d484 100644 --- a/commands/docs/du.md +++ b/commands/docs/du.md @@ -2,12 +2,11 @@ title: du categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Find disk usage sizes of specified items. usage: | Find disk usage sizes of specified items. -feature: default --- diff --git a/commands/docs/each.md b/commands/docs/each.md index 61b38889d4c..26e5b424bf9 100644 --- a/commands/docs/each.md +++ b/commands/docs/each.md @@ -2,12 +2,11 @@ title: each categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Run a closure on each row of the input list, creating a new list with the results. usage: | Run a closure on each row of the input list, creating a new list with the results. -feature: default --- diff --git a/commands/docs/each_while.md b/commands/docs/each_while.md index a448588587d..77531b4682c 100644 --- a/commands/docs/each_while.md +++ b/commands/docs/each_while.md @@ -2,12 +2,11 @@ title: each while categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Run a closure on each row of the input list until a null is found, then create a new list with the results. usage: | Run a closure on each row of the input list until a null is found, then create a new list with the results. -feature: default --- diff --git a/commands/docs/echo.md b/commands/docs/echo.md index 63154bcb2b2..8709f24d065 100644 --- a/commands/docs/echo.md +++ b/commands/docs/echo.md @@ -2,12 +2,11 @@ title: echo categories: | core -version: 0.94.0 +version: 0.95.0 core: | Returns its arguments, ignoring the piped-in value. usage: | Returns its arguments, ignoring the piped-in value. -feature: default --- diff --git a/commands/docs/encode.md b/commands/docs/encode.md index 3c7689c29b0..1aaf35c2942 100644 --- a/commands/docs/encode.md +++ b/commands/docs/encode.md @@ -2,12 +2,11 @@ title: encode categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Encode a string into bytes. usage: | Encode a string into bytes. -feature: default --- diff --git a/commands/docs/encode_base64.md b/commands/docs/encode_base64.md index 9bb5ea3e5fe..8c0df6fdb44 100644 --- a/commands/docs/encode_base64.md +++ b/commands/docs/encode_base64.md @@ -2,12 +2,11 @@ title: encode base64 categories: | hash -version: 0.94.0 +version: 0.95.0 hash: | Encode a string or binary value using Base64. usage: | Encode a string or binary value using Base64. -feature: default --- diff --git a/commands/docs/encode_hex.md b/commands/docs/encode_hex.md index e00366d014b..3e92b0fb797 100644 --- a/commands/docs/encode_hex.md +++ b/commands/docs/encode_hex.md @@ -2,12 +2,11 @@ title: encode hex categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Encode a binary value using hex. usage: | Encode a binary value using hex. -feature: default --- diff --git a/commands/docs/enter.md b/commands/docs/enter.md index bc3761a5d7c..07a3637dc19 100644 --- a/commands/docs/enter.md +++ b/commands/docs/enter.md @@ -2,7 +2,7 @@ title: enter categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Enters a new shell at the given path. usage: | diff --git a/commands/docs/enumerate.md b/commands/docs/enumerate.md index 5cb50a8f9a7..75c6ae97c73 100644 --- a/commands/docs/enumerate.md +++ b/commands/docs/enumerate.md @@ -2,12 +2,11 @@ title: enumerate categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Enumerate the elements in a stream. usage: | Enumerate the elements in a stream. -feature: default --- diff --git a/commands/docs/error_make.md b/commands/docs/error_make.md index b6da43a5493..05cbf7f8b9c 100644 --- a/commands/docs/error_make.md +++ b/commands/docs/error_make.md @@ -2,12 +2,11 @@ title: error make categories: | core -version: 0.94.0 +version: 0.95.0 core: | Create an error. usage: | Create an error. -feature: default --- diff --git a/commands/docs/every.md b/commands/docs/every.md index 37470b4b9a2..592bcca1960 100644 --- a/commands/docs/every.md +++ b/commands/docs/every.md @@ -2,12 +2,11 @@ title: every categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Show (or skip) every n-th row, starting from the first one. usage: | Show (or skip) every n-th row, starting from the first one. -feature: default --- diff --git a/commands/docs/exec.md b/commands/docs/exec.md index 0991a8eca42..b6bdcf3c542 100644 --- a/commands/docs/exec.md +++ b/commands/docs/exec.md @@ -2,12 +2,11 @@ title: exec categories: | system -version: 0.94.0 +version: 0.95.0 system: | Execute a command, replacing or exiting the current process, depending on platform. usage: | Execute a command, replacing or exiting the current process, depending on platform. -feature: default --- diff --git a/commands/docs/exit.md b/commands/docs/exit.md index 57b404a8671..400932f0742 100644 --- a/commands/docs/exit.md +++ b/commands/docs/exit.md @@ -2,12 +2,11 @@ title: exit categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Exit Nu. usage: | Exit Nu. -feature: default --- diff --git a/commands/docs/explain.md b/commands/docs/explain.md index bc752f74896..23c0faac8a3 100644 --- a/commands/docs/explain.md +++ b/commands/docs/explain.md @@ -2,12 +2,11 @@ title: explain categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Explain closure contents. usage: | Explain closure contents. -feature: default --- diff --git a/commands/docs/explore.md b/commands/docs/explore.md index 6a566a66640..3b976960a96 100644 --- a/commands/docs/explore.md +++ b/commands/docs/explore.md @@ -2,12 +2,11 @@ title: explore categories: | viewers -version: 0.94.0 +version: 0.95.0 viewers: | Explore acts as a table pager, just like `less` does for text. usage: | Explore acts as a table pager, just like `less` does for text. -feature: default --- diff --git a/commands/docs/export-env.md b/commands/docs/export-env.md index 0faaadea27f..93142641d6c 100644 --- a/commands/docs/export-env.md +++ b/commands/docs/export-env.md @@ -2,12 +2,11 @@ title: export-env categories: | env -version: 0.94.0 +version: 0.95.0 env: | Run a block and preserve its environment in a current scope. usage: | Run a block and preserve its environment in a current scope. -feature: default --- diff --git a/commands/docs/export.md b/commands/docs/export.md index e310b2ab944..fb1af596988 100644 --- a/commands/docs/export.md +++ b/commands/docs/export.md @@ -2,12 +2,11 @@ title: export categories: | core -version: 0.94.0 +version: 0.95.0 core: | Export definitions or environment variables from a module. usage: | Export definitions or environment variables from a module. -feature: default --- diff --git a/commands/docs/export_alias.md b/commands/docs/export_alias.md index 37a760816c6..c228d74f637 100644 --- a/commands/docs/export_alias.md +++ b/commands/docs/export_alias.md @@ -2,12 +2,11 @@ title: export alias categories: | core -version: 0.94.0 +version: 0.95.0 core: | Alias a command (with optional flags) to a new name and export it from a module. usage: | Alias a command (with optional flags) to a new name and export it from a module. -feature: default --- diff --git a/commands/docs/export_const.md b/commands/docs/export_const.md index cadc909693e..ee28283bce6 100644 --- a/commands/docs/export_const.md +++ b/commands/docs/export_const.md @@ -2,12 +2,11 @@ title: export const categories: | core -version: 0.94.0 +version: 0.95.0 core: | Use parse-time constant from a module and export them from this module. usage: | Use parse-time constant from a module and export them from this module. -feature: default --- diff --git a/commands/docs/export_def.md b/commands/docs/export_def.md index 4ec43703819..f76ca839799 100644 --- a/commands/docs/export_def.md +++ b/commands/docs/export_def.md @@ -2,12 +2,11 @@ title: export def categories: | core -version: 0.94.0 +version: 0.95.0 core: | Define a custom command and export it from a module. usage: | Define a custom command and export it from a module. -feature: default --- diff --git a/commands/docs/export_extern.md b/commands/docs/export_extern.md index 6b1dc53577d..42315c5556a 100644 --- a/commands/docs/export_extern.md +++ b/commands/docs/export_extern.md @@ -2,12 +2,11 @@ title: export extern categories: | core -version: 0.94.0 +version: 0.95.0 core: | Define an extern and export it from a module. usage: | Define an extern and export it from a module. -feature: default --- diff --git a/commands/docs/export_module.md b/commands/docs/export_module.md index 779587c165c..10ee474bfc1 100644 --- a/commands/docs/export_module.md +++ b/commands/docs/export_module.md @@ -2,12 +2,11 @@ title: export module categories: | core -version: 0.94.0 +version: 0.95.0 core: | Export a custom module from a module. usage: | Export a custom module from a module. -feature: default --- diff --git a/commands/docs/export_use.md b/commands/docs/export_use.md index 5b063c02f2c..2c6b44dfea7 100644 --- a/commands/docs/export_use.md +++ b/commands/docs/export_use.md @@ -2,12 +2,11 @@ title: export use categories: | core -version: 0.94.0 +version: 0.95.0 core: | Use definitions from a module and export them from this module. usage: | Use definitions from a module and export them from this module. -feature: default --- diff --git a/commands/docs/extern.md b/commands/docs/extern.md index a02eaaf5ad6..54163a0bf3f 100644 --- a/commands/docs/extern.md +++ b/commands/docs/extern.md @@ -2,12 +2,11 @@ title: extern categories: | core -version: 0.94.0 +version: 0.95.0 core: | Define a signature for an external command. usage: | Define a signature for an external command. -feature: default --- diff --git a/commands/docs/fill.md b/commands/docs/fill.md index e07312214d1..5ec235ff67b 100644 --- a/commands/docs/fill.md +++ b/commands/docs/fill.md @@ -2,12 +2,11 @@ title: fill categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Fill and Align. usage: | Fill and Align. -feature: default --- diff --git a/commands/docs/filter.md b/commands/docs/filter.md index 3a9b6df8576..2a594549b63 100644 --- a/commands/docs/filter.md +++ b/commands/docs/filter.md @@ -2,12 +2,11 @@ title: filter categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Filter values based on a predicate closure. usage: | Filter values based on a predicate closure. -feature: default --- diff --git a/commands/docs/find.md b/commands/docs/find.md index 097699907c0..19235679bdf 100644 --- a/commands/docs/find.md +++ b/commands/docs/find.md @@ -2,12 +2,11 @@ title: find categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Searches terms in the input. usage: | Searches terms in the input. -feature: default --- diff --git a/commands/docs/first.md b/commands/docs/first.md index 51dc4ec7dfb..6d5f575d4c7 100644 --- a/commands/docs/first.md +++ b/commands/docs/first.md @@ -2,12 +2,11 @@ title: first categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Return only the first several rows of the input. Counterpart of `last`. Opposite of `skip`. usage: | Return only the first several rows of the input. Counterpart of `last`. Opposite of `skip`. -feature: default --- diff --git a/commands/docs/flatten.md b/commands/docs/flatten.md index c2960e6fe29..57b411d0771 100644 --- a/commands/docs/flatten.md +++ b/commands/docs/flatten.md @@ -2,12 +2,11 @@ title: flatten categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Flatten the table. usage: | Flatten the table. -feature: default --- diff --git a/commands/docs/fmt.md b/commands/docs/fmt.md index a161537c572..7193861a2c9 100644 --- a/commands/docs/fmt.md +++ b/commands/docs/fmt.md @@ -2,12 +2,11 @@ title: fmt categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Format a number. usage: | Format a number. -feature: default --- diff --git a/commands/docs/for.md b/commands/docs/for.md index fccf55ae0af..dd15273a611 100644 --- a/commands/docs/for.md +++ b/commands/docs/for.md @@ -2,12 +2,11 @@ title: for categories: | core -version: 0.94.0 +version: 0.95.0 core: | Loop over a range. usage: | Loop over a range. -feature: default --- @@ -21,7 +20,7 @@ feature: default ## Flags - - `--numbered, -n`: return a numbered item ($it.index and $it.item) + - `--numbered, -n`: DEPRECATED: return a numbered item ($it.index and $it.item) ## Parameters @@ -52,7 +51,7 @@ Work with elements of a range Number each item and print a message ```nu -> for $it in ['bob' 'fred'] --numbered { print $"($it.index) is ($it.item)" } +> for $it in (['bob' 'fred'] | enumerate) { print $"($it.index) is ($it.item)" } ``` diff --git a/commands/docs/format.md b/commands/docs/format.md index 689286aef46..4e52b3b1711 100644 --- a/commands/docs/format.md +++ b/commands/docs/format.md @@ -2,12 +2,11 @@ title: format categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Various commands for formatting data. usage: | Various commands for formatting data. -feature: default --- diff --git a/commands/docs/format_date.md b/commands/docs/format_date.md index a71e607aad4..3b9517e1f83 100644 --- a/commands/docs/format_date.md +++ b/commands/docs/format_date.md @@ -1,17 +1,16 @@ --- title: format date categories: | - date -version: 0.94.0 -date: | + strings +version: 0.95.0 +strings: | Format a given date using a format string. usage: | Format a given date using a format string. -feature: default --- -# `format date` for [date](/commands/categories/date.md) +# `format date` for [strings](/commands/categories/strings.md)
Format a given date using a format string.
diff --git a/commands/docs/format_duration.md b/commands/docs/format_duration.md index 47ed4655079..8b4bad77c6a 100644 --- a/commands/docs/format_duration.md +++ b/commands/docs/format_duration.md @@ -2,12 +2,11 @@ title: format duration categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Outputs duration with a specified unit of time. usage: | Outputs duration with a specified unit of time. -feature: default --- diff --git a/commands/docs/format_filesize.md b/commands/docs/format_filesize.md index 64823982f5a..eac63290ea4 100644 --- a/commands/docs/format_filesize.md +++ b/commands/docs/format_filesize.md @@ -2,12 +2,11 @@ title: format filesize categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Converts a column of filesizes to some specified format. usage: | Converts a column of filesizes to some specified format. -feature: default --- diff --git a/commands/docs/format_pattern.md b/commands/docs/format_pattern.md index a6f806baa24..e8ae725ef17 100644 --- a/commands/docs/format_pattern.md +++ b/commands/docs/format_pattern.md @@ -2,12 +2,11 @@ title: format pattern categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Format columns into a string using a simple pattern. usage: | Format columns into a string using a simple pattern. -feature: default --- diff --git a/commands/docs/from.md b/commands/docs/from.md index 1b3b122b21e..360519a7b47 100644 --- a/commands/docs/from.md +++ b/commands/docs/from.md @@ -2,12 +2,11 @@ title: from categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse a string or binary data into structured data. usage: | Parse a string or binary data into structured data. -feature: default --- diff --git a/commands/docs/from_csv.md b/commands/docs/from_csv.md index 9182567f027..fe5cca85563 100644 --- a/commands/docs/from_csv.md +++ b/commands/docs/from_csv.md @@ -2,12 +2,11 @@ title: from csv categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .csv and create table. usage: | Parse text as .csv and create table. -feature: default --- diff --git a/commands/docs/from_eml.md b/commands/docs/from_eml.md index 4da4b94ee64..cc5cfb399c1 100644 --- a/commands/docs/from_eml.md +++ b/commands/docs/from_eml.md @@ -2,12 +2,11 @@ title: from eml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .eml and create record. usage: | Parse text as .eml and create record. -feature: default --- diff --git a/commands/docs/from_ics.md b/commands/docs/from_ics.md index f9a1391852b..e3ae4b4ed55 100644 --- a/commands/docs/from_ics.md +++ b/commands/docs/from_ics.md @@ -2,12 +2,11 @@ title: from ics categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .ics and create table. usage: | Parse text as .ics and create table. -feature: default --- @@ -36,11 +35,10 @@ Converts ics formatted string to table ```nu > 'BEGIN:VCALENDAR END:VCALENDAR' | from ics -╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬───────────╮ -│ # │ properties │ events │ alarms │ to-Dos │ journals │ free-busys │ timezones │ -├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼───────────┤ -│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 │ -│ │ │ │ │ │ │ │ items] │ -╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴───────────╯ +╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────╮ +│ # │ properties │ events │ alarms │ to-Dos │ journals │ free-busys │ timezones │ +├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┤ +│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ +╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────╯ ``` diff --git a/commands/docs/from_ini.md b/commands/docs/from_ini.md index 0a1ceeb08e7..ae76d4f3713 100644 --- a/commands/docs/from_ini.md +++ b/commands/docs/from_ini.md @@ -2,12 +2,11 @@ title: from ini categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .ini and create table. usage: | Parse text as .ini and create table. -feature: default --- diff --git a/commands/docs/from_json.md b/commands/docs/from_json.md index 2ee31f5c161..e946b7ab666 100644 --- a/commands/docs/from_json.md +++ b/commands/docs/from_json.md @@ -2,12 +2,11 @@ title: from json categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert from json to structured data. usage: | Convert from json to structured data. -feature: default --- diff --git a/commands/docs/from_msgpack.md b/commands/docs/from_msgpack.md index 52f49792c92..b544ef875f2 100644 --- a/commands/docs/from_msgpack.md +++ b/commands/docs/from_msgpack.md @@ -2,12 +2,11 @@ title: from msgpack categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert MessagePack data into Nu values. usage: | Convert MessagePack data into Nu values. -feature: default --- diff --git a/commands/docs/from_msgpackz.md b/commands/docs/from_msgpackz.md index 1852ba97105..cbbebc0406f 100644 --- a/commands/docs/from_msgpackz.md +++ b/commands/docs/from_msgpackz.md @@ -2,12 +2,11 @@ title: from msgpackz categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert brotli-compressed MessagePack data into Nu values. usage: | Convert brotli-compressed MessagePack data into Nu values. -feature: default --- diff --git a/commands/docs/from_nuon.md b/commands/docs/from_nuon.md index 6ee40342a8a..1bd76544a89 100644 --- a/commands/docs/from_nuon.md +++ b/commands/docs/from_nuon.md @@ -2,12 +2,11 @@ title: from nuon categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert from nuon to structured data. usage: | Convert from nuon to structured data. -feature: default --- diff --git a/commands/docs/from_ods.md b/commands/docs/from_ods.md index 463ae6c36f9..1c08c4302a7 100644 --- a/commands/docs/from_ods.md +++ b/commands/docs/from_ods.md @@ -2,12 +2,11 @@ title: from ods categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse OpenDocument Spreadsheet(.ods) data and create table. usage: | Parse OpenDocument Spreadsheet(.ods) data and create table. -feature: default --- diff --git a/commands/docs/from_ssv.md b/commands/docs/from_ssv.md index 00f51a8e1c0..84296a2edd8 100644 --- a/commands/docs/from_ssv.md +++ b/commands/docs/from_ssv.md @@ -2,12 +2,11 @@ title: from ssv categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as space-separated values and create a table. The default minimum number of spaces counted as a separator is 2. usage: | Parse text as space-separated values and create a table. The default minimum number of spaces counted as a separator is 2. -feature: default --- diff --git a/commands/docs/from_toml.md b/commands/docs/from_toml.md index 17901c34889..619dd65170f 100644 --- a/commands/docs/from_toml.md +++ b/commands/docs/from_toml.md @@ -2,12 +2,11 @@ title: from toml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .toml and create record. usage: | Parse text as .toml and create record. -feature: default --- diff --git a/commands/docs/from_tsv.md b/commands/docs/from_tsv.md index 9a117a3b955..40fe5841992 100644 --- a/commands/docs/from_tsv.md +++ b/commands/docs/from_tsv.md @@ -2,12 +2,11 @@ title: from tsv categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .tsv and create table. usage: | Parse text as .tsv and create table. -feature: default --- diff --git a/commands/docs/from_url.md b/commands/docs/from_url.md index 33b9521a127..9e2f039bfb8 100644 --- a/commands/docs/from_url.md +++ b/commands/docs/from_url.md @@ -2,12 +2,11 @@ title: from url categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse url-encoded string as a record. usage: | Parse url-encoded string as a record. -feature: default --- diff --git a/commands/docs/from_vcf.md b/commands/docs/from_vcf.md index 8bd9ae039ff..6732f0641ea 100644 --- a/commands/docs/from_vcf.md +++ b/commands/docs/from_vcf.md @@ -2,12 +2,11 @@ title: from vcf categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .vcf and create table. usage: | Parse text as .vcf and create table. -feature: default --- diff --git a/commands/docs/from_xlsx.md b/commands/docs/from_xlsx.md index 3415c06bec2..73086817d57 100644 --- a/commands/docs/from_xlsx.md +++ b/commands/docs/from_xlsx.md @@ -2,12 +2,11 @@ title: from xlsx categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse binary Excel(.xlsx) data and create table. usage: | Parse binary Excel(.xlsx) data and create table. -feature: default --- diff --git a/commands/docs/from_xml.md b/commands/docs/from_xml.md index 7d4050931b3..b86e43caebe 100644 --- a/commands/docs/from_xml.md +++ b/commands/docs/from_xml.md @@ -2,12 +2,11 @@ title: from xml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .xml and create record. usage: | Parse text as .xml and create record. -feature: default --- diff --git a/commands/docs/from_yaml.md b/commands/docs/from_yaml.md index 483bc8fddff..6a8471f4f31 100644 --- a/commands/docs/from_yaml.md +++ b/commands/docs/from_yaml.md @@ -2,12 +2,11 @@ title: from yaml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .yaml/.yml and create table. usage: | Parse text as .yaml/.yml and create table. -feature: default --- diff --git a/commands/docs/from_yml.md b/commands/docs/from_yml.md index c697c7bc65f..b94493a6bf6 100644 --- a/commands/docs/from_yml.md +++ b/commands/docs/from_yml.md @@ -2,12 +2,11 @@ title: from yml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Parse text as .yaml/.yml and create table. usage: | Parse text as .yaml/.yml and create table. -feature: default --- diff --git a/commands/docs/g.md b/commands/docs/g.md index 5e12d75a609..6c3ac3d4184 100644 --- a/commands/docs/g.md +++ b/commands/docs/g.md @@ -2,7 +2,7 @@ title: g categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Switch to a given shell, or list all shells if no given shell number. usage: | diff --git a/commands/docs/generate.md b/commands/docs/generate.md index 284ce127cbd..ee7182c19f0 100644 --- a/commands/docs/generate.md +++ b/commands/docs/generate.md @@ -2,12 +2,11 @@ title: generate categories: | generators -version: 0.94.0 +version: 0.95.0 generators: | Generate a list of values by successively invoking a closure. usage: | Generate a list of values by successively invoking a closure. -feature: default --- @@ -27,10 +26,10 @@ feature: default ## Input/output types: -| input | output | -| --------- | --------- | -| list\ | list\ | -| nothing | list\ | +| input | output | +| ------- | --------- | +| nothing | list\ | + ## Examples Generate a sequence of numbers @@ -47,21 +46,9 @@ Generate a sequence of numbers ``` -Generate a stream of fibonacci numbers +Generate a continuous stream of Fibonacci numbers ```nu -> generate [0, 1] {|fib| {out: $fib.0, next: [$fib.1, ($fib.0 + $fib.1)]} } | first 10 -╭───┬────╮ -│ 0 │ 0 │ -│ 1 │ 1 │ -│ 2 │ 1 │ -│ 3 │ 2 │ -│ 4 │ 3 │ -│ 5 │ 5 │ -│ 6 │ 8 │ -│ 7 │ 13 │ -│ 8 │ 21 │ -│ 9 │ 34 │ -╰───┴────╯ +> generate [0, 1] {|fib| {out: $fib.0, next: [$fib.1, ($fib.0 + $fib.1)]} } ``` diff --git a/commands/docs/get.md b/commands/docs/get.md index bcb039592b9..ac3f80cb9b4 100644 --- a/commands/docs/get.md +++ b/commands/docs/get.md @@ -2,12 +2,11 @@ title: get categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Extract data using a cell path. usage: | Extract data using a cell path. -feature: default --- diff --git a/commands/docs/glob.md b/commands/docs/glob.md index 55d4fa6b014..4dbbd0966b5 100644 --- a/commands/docs/glob.md +++ b/commands/docs/glob.md @@ -2,12 +2,11 @@ title: glob categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Creates a list of files and/or folders based on the glob pattern provided. usage: | Creates a list of files and/or folders based on the glob pattern provided. -feature: default --- diff --git a/commands/docs/grid.md b/commands/docs/grid.md index 473651c8383..b5662bc93a0 100644 --- a/commands/docs/grid.md +++ b/commands/docs/grid.md @@ -2,12 +2,11 @@ title: grid categories: | viewers -version: 0.94.0 +version: 0.95.0 viewers: | Renders the output to a textual terminal grid. usage: | Renders the output to a textual terminal grid. -feature: default --- diff --git a/commands/docs/group-by.md b/commands/docs/group-by.md index 1ad7d9d9dc0..7d017ee0c17 100644 --- a/commands/docs/group-by.md +++ b/commands/docs/group-by.md @@ -2,12 +2,11 @@ title: group-by categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Splits a list or table into groups, and returns a record containing those groups. usage: | Splits a list or table into groups, and returns a record containing those groups. -feature: default --- diff --git a/commands/docs/group.md b/commands/docs/group.md index 0a6be744a58..01b38b19a6d 100644 --- a/commands/docs/group.md +++ b/commands/docs/group.md @@ -2,12 +2,11 @@ title: group categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Groups input into groups of `group_size`. usage: | Groups input into groups of `group_size`. -feature: default --- diff --git a/commands/docs/gstat.md b/commands/docs/gstat.md index e1a39f1a4f1..e981c7dba0c 100644 --- a/commands/docs/gstat.md +++ b/commands/docs/gstat.md @@ -2,12 +2,11 @@ title: gstat categories: | prompt -version: 0.94.0 +version: 0.95.0 prompt: | Get the git status of a repo usage: | Get the git status of a repo -feature: default --- diff --git a/commands/docs/hash.md b/commands/docs/hash.md index 0a87aa395fe..61ed296eafb 100644 --- a/commands/docs/hash.md +++ b/commands/docs/hash.md @@ -2,12 +2,11 @@ title: hash categories: | hash -version: 0.94.0 +version: 0.95.0 hash: | Apply hash function. usage: | Apply hash function. -feature: default --- diff --git a/commands/docs/hash_md5.md b/commands/docs/hash_md5.md index 89f96b94c3c..c15b7defe4c 100644 --- a/commands/docs/hash_md5.md +++ b/commands/docs/hash_md5.md @@ -2,12 +2,11 @@ title: hash md5 categories: | hash -version: 0.94.0 +version: 0.95.0 hash: | Hash a value using the md5 hash algorithm. usage: | Hash a value using the md5 hash algorithm. -feature: default --- diff --git a/commands/docs/hash_sha256.md b/commands/docs/hash_sha256.md index 4850c97529f..6425a8a86d6 100644 --- a/commands/docs/hash_sha256.md +++ b/commands/docs/hash_sha256.md @@ -2,12 +2,11 @@ title: hash sha256 categories: | hash -version: 0.94.0 +version: 0.95.0 hash: | Hash a value using the sha256 hash algorithm. usage: | Hash a value using the sha256 hash algorithm. -feature: default --- diff --git a/commands/docs/headers.md b/commands/docs/headers.md index 6e7de55ad7b..762400b9927 100644 --- a/commands/docs/headers.md +++ b/commands/docs/headers.md @@ -2,12 +2,11 @@ title: headers categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Use the first row of the table as column names. usage: | Use the first row of the table as column names. -feature: default --- diff --git a/commands/docs/help.md b/commands/docs/help.md index cac15a8ec42..6a38920d96e 100644 --- a/commands/docs/help.md +++ b/commands/docs/help.md @@ -2,12 +2,11 @@ title: help categories: | core -version: 0.94.0 +version: 0.95.0 core: | Display help information about different parts of Nushell. usage: | Display help information about different parts of Nushell. -feature: default --- diff --git a/commands/docs/help_aliases.md b/commands/docs/help_aliases.md index 4d36ba4b22d..255106ad681 100644 --- a/commands/docs/help_aliases.md +++ b/commands/docs/help_aliases.md @@ -2,12 +2,11 @@ title: help aliases categories: | core -version: 0.94.0 +version: 0.95.0 core: | Show help on nushell aliases. usage: | Show help on nushell aliases. -feature: default --- diff --git a/commands/docs/help_commands.md b/commands/docs/help_commands.md index 409a3dc0334..c9c610b1596 100644 --- a/commands/docs/help_commands.md +++ b/commands/docs/help_commands.md @@ -2,12 +2,11 @@ title: help commands categories: | core -version: 0.94.0 +version: 0.95.0 core: | Show help on nushell commands. usage: | Show help on nushell commands. -feature: default --- diff --git a/commands/docs/help_escapes.md b/commands/docs/help_escapes.md index 3f9614f2bd1..cb31776014b 100644 --- a/commands/docs/help_escapes.md +++ b/commands/docs/help_escapes.md @@ -2,12 +2,11 @@ title: help escapes categories: | core -version: 0.94.0 +version: 0.95.0 core: | Show help on nushell string escapes. usage: | Show help on nushell string escapes. -feature: default --- diff --git a/commands/docs/help_externs.md b/commands/docs/help_externs.md index b9bdead77eb..2716964b891 100644 --- a/commands/docs/help_externs.md +++ b/commands/docs/help_externs.md @@ -2,12 +2,11 @@ title: help externs categories: | core -version: 0.94.0 +version: 0.95.0 core: | Show help on nushell externs. usage: | Show help on nushell externs. -feature: default --- diff --git a/commands/docs/help_modules.md b/commands/docs/help_modules.md index b8e4a2ee0f6..b443d5b401b 100644 --- a/commands/docs/help_modules.md +++ b/commands/docs/help_modules.md @@ -2,12 +2,11 @@ title: help modules categories: | core -version: 0.94.0 +version: 0.95.0 core: | Show help on nushell modules. usage: | Show help on nushell modules. -feature: default --- diff --git a/commands/docs/help_operators.md b/commands/docs/help_operators.md index 1db41288ccc..a4d0ac2f94b 100644 --- a/commands/docs/help_operators.md +++ b/commands/docs/help_operators.md @@ -2,12 +2,11 @@ title: help operators categories: | core -version: 0.94.0 +version: 0.95.0 core: | Show help on nushell operators. usage: | Show help on nushell operators. -feature: default --- diff --git a/commands/docs/hide-env.md b/commands/docs/hide-env.md index 4eb904a7b35..62687b8f09b 100644 --- a/commands/docs/hide-env.md +++ b/commands/docs/hide-env.md @@ -2,12 +2,11 @@ title: hide-env categories: | core -version: 0.94.0 +version: 0.95.0 core: | Hide environment variables in the current scope. usage: | Hide environment variables in the current scope. -feature: default --- diff --git a/commands/docs/hide.md b/commands/docs/hide.md index 8a9cb037086..b6c7da1a93a 100644 --- a/commands/docs/hide.md +++ b/commands/docs/hide.md @@ -2,12 +2,11 @@ title: hide categories: | core -version: 0.94.0 +version: 0.95.0 core: | Hide definitions in the current scope. usage: | Hide definitions in the current scope. -feature: default --- diff --git a/commands/docs/histogram.md b/commands/docs/histogram.md index e26908c4f80..560fba48094 100644 --- a/commands/docs/histogram.md +++ b/commands/docs/histogram.md @@ -2,12 +2,11 @@ title: histogram categories: | chart -version: 0.94.0 +version: 0.95.0 chart: | Creates a new table with a histogram based on the column name passed in. usage: | Creates a new table with a histogram based on the column name passed in. -feature: default --- @@ -52,12 +51,12 @@ Compute a histogram for the types of files, with frequency column named freq Compute a histogram for a list of numbers ```nu > [1 2 1] | histogram -╭────┬────────┬────────┬───────────┬─────────────┬────────────────────────────────────────────────────────────────────╮ -│ # │ value │ count │ quantile │ percentage │ frequency │ -├────┼────────┼────────┼───────────┼─────────────┼────────────────────────────────────────────────────────────────────┤ -│ 0 │ 1 │ 2 │ 0.67 │ 66.67% │ ****************************************************************** │ -│ 1 │ 2 │ 1 │ 0.33 │ 33.33% │ ********************************* │ -╰────┴────────┴────────┴───────────┴─────────────┴────────────────────────────────────────────────────────────────────╯ +╭───┬───────┬───────┬──────────┬────────────┬────────────────────────────────────────────────────────────────────╮ +│ # │ value │ count │ quantile │ percentage │ frequency │ +├───┼───────┼───────┼──────────┼────────────┼────────────────────────────────────────────────────────────────────┤ +│ 0 │ 1 │ 2 │ 0.67 │ 66.67% │ ****************************************************************** │ +│ 1 │ 2 │ 1 │ 0.33 │ 33.33% │ ********************************* │ +╰───┴───────┴───────┴──────────┴────────────┴────────────────────────────────────────────────────────────────────╯ ``` diff --git a/commands/docs/history.md b/commands/docs/history.md index a54cf30b97b..6f80dc420ea 100644 --- a/commands/docs/history.md +++ b/commands/docs/history.md @@ -2,12 +2,11 @@ title: history categories: | history -version: 0.94.0 +version: 0.95.0 history: | Get the command history. usage: | Get the command history. -feature: default --- diff --git a/commands/docs/history_session.md b/commands/docs/history_session.md index 192cd1983d4..c7d14228824 100644 --- a/commands/docs/history_session.md +++ b/commands/docs/history_session.md @@ -2,12 +2,11 @@ title: history session categories: | history -version: 0.94.0 +version: 0.95.0 history: | Get the command history session. usage: | Get the command history session. -feature: default --- diff --git a/commands/docs/http.md b/commands/docs/http.md index 2d277e7462c..8d688e98c18 100644 --- a/commands/docs/http.md +++ b/commands/docs/http.md @@ -2,12 +2,11 @@ title: http categories: | network -version: 0.94.0 +version: 0.95.0 network: | Various commands for working with http methods. usage: | Various commands for working with http methods. -feature: default --- diff --git a/commands/docs/http_delete.md b/commands/docs/http_delete.md index a9aa7543bc1..f6f6380a2e0 100644 --- a/commands/docs/http_delete.md +++ b/commands/docs/http_delete.md @@ -2,12 +2,11 @@ title: http delete categories: | network -version: 0.94.0 +version: 0.95.0 network: | Delete the specified resource. usage: | Delete the specified resource. -feature: default --- diff --git a/commands/docs/http_get.md b/commands/docs/http_get.md index 2fea110d0a0..b5439fa6acc 100644 --- a/commands/docs/http_get.md +++ b/commands/docs/http_get.md @@ -2,12 +2,11 @@ title: http get categories: | network -version: 0.94.0 +version: 0.95.0 network: | Fetch the contents from a URL. usage: | Fetch the contents from a URL. -feature: default --- diff --git a/commands/docs/http_head.md b/commands/docs/http_head.md index 016030a07f0..76c9743c522 100644 --- a/commands/docs/http_head.md +++ b/commands/docs/http_head.md @@ -2,12 +2,11 @@ title: http head categories: | network -version: 0.94.0 +version: 0.95.0 network: | Get the headers from a URL. usage: | Get the headers from a URL. -feature: default --- diff --git a/commands/docs/http_options.md b/commands/docs/http_options.md index 0dc33833e87..80492c96e56 100644 --- a/commands/docs/http_options.md +++ b/commands/docs/http_options.md @@ -2,12 +2,11 @@ title: http options categories: | network -version: 0.94.0 +version: 0.95.0 network: | Requests permitted communication options for a given URL. usage: | Requests permitted communication options for a given URL. -feature: default --- diff --git a/commands/docs/http_patch.md b/commands/docs/http_patch.md index c5e6875483a..552f6ab01d4 100644 --- a/commands/docs/http_patch.md +++ b/commands/docs/http_patch.md @@ -2,12 +2,11 @@ title: http patch categories: | network -version: 0.94.0 +version: 0.95.0 network: | Patch a body to a URL. usage: | Patch a body to a URL. -feature: default --- diff --git a/commands/docs/http_post.md b/commands/docs/http_post.md index 9195518669f..c984f53fd63 100644 --- a/commands/docs/http_post.md +++ b/commands/docs/http_post.md @@ -2,12 +2,11 @@ title: http post categories: | network -version: 0.94.0 +version: 0.95.0 network: | Post a body to a URL. usage: | Post a body to a URL. -feature: default --- diff --git a/commands/docs/http_put.md b/commands/docs/http_put.md index 044d57f8e7d..3ed83f371bc 100644 --- a/commands/docs/http_put.md +++ b/commands/docs/http_put.md @@ -2,12 +2,11 @@ title: http put categories: | network -version: 0.94.0 +version: 0.95.0 network: | Put a body to a URL. usage: | Put a body to a URL. -feature: default --- diff --git a/commands/docs/if.md b/commands/docs/if.md index ae4068edb3e..1ecc496de07 100644 --- a/commands/docs/if.md +++ b/commands/docs/if.md @@ -2,12 +2,11 @@ title: if categories: | core -version: 0.94.0 +version: 0.95.0 core: | Conditionally run a block. usage: | Conditionally run a block. -feature: default --- diff --git a/commands/docs/ignore.md b/commands/docs/ignore.md index 84222ed0490..8b618e68559 100644 --- a/commands/docs/ignore.md +++ b/commands/docs/ignore.md @@ -2,12 +2,11 @@ title: ignore categories: | core -version: 0.94.0 +version: 0.95.0 core: | Ignore the output of the previous command in the pipeline. usage: | Ignore the output of the previous command in the pipeline. -feature: default --- diff --git a/commands/docs/inc.md b/commands/docs/inc.md index 8f5bfcfef1c..158919f5a83 100644 --- a/commands/docs/inc.md +++ b/commands/docs/inc.md @@ -2,12 +2,11 @@ title: inc categories: | default -version: 0.94.0 +version: 0.95.0 default: | Increment a value or version. Optionally use the column of a table. usage: | Increment a value or version. Optionally use the column of a table. -feature: default --- diff --git a/commands/docs/input.md b/commands/docs/input.md index 69a9574558a..97401aa6015 100644 --- a/commands/docs/input.md +++ b/commands/docs/input.md @@ -2,12 +2,11 @@ title: input categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Get input from the user. usage: | Get input from the user. -feature: default --- diff --git a/commands/docs/input_list.md b/commands/docs/input_list.md index a136e1eab0f..73bf734ad24 100644 --- a/commands/docs/input_list.md +++ b/commands/docs/input_list.md @@ -2,12 +2,11 @@ title: input list categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Interactive list selection. usage: | Interactive list selection. -feature: default --- diff --git a/commands/docs/input_listen.md b/commands/docs/input_listen.md index 7b46419e863..8c77ea29a86 100644 --- a/commands/docs/input_listen.md +++ b/commands/docs/input_listen.md @@ -2,12 +2,11 @@ title: input listen categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Listen for user interface event. usage: | Listen for user interface event. -feature: default --- diff --git a/commands/docs/insert.md b/commands/docs/insert.md index 6014e072bd4..1486c0ad34a 100644 --- a/commands/docs/insert.md +++ b/commands/docs/insert.md @@ -2,12 +2,11 @@ title: insert categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Insert a new column, using an expression or closure to create each row's values. usage: | Insert a new column, using an expression or closure to create each row's values. -feature: default --- diff --git a/commands/docs/inspect.md b/commands/docs/inspect.md index 1df2efca4c4..8917f2ef2db 100644 --- a/commands/docs/inspect.md +++ b/commands/docs/inspect.md @@ -2,12 +2,11 @@ title: inspect categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Inspect pipeline results while running a pipeline. usage: | Inspect pipeline results while running a pipeline. -feature: default --- diff --git a/commands/docs/interleave.md b/commands/docs/interleave.md index d744e813b7f..32384357499 100644 --- a/commands/docs/interleave.md +++ b/commands/docs/interleave.md @@ -2,12 +2,11 @@ title: interleave categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Read multiple streams in parallel and combine them into one stream. usage: | Read multiple streams in parallel and combine them into one stream. -feature: default --- diff --git a/commands/docs/into.md b/commands/docs/into.md index 3fd60fa8fd6..34dbd399f79 100644 --- a/commands/docs/into.md +++ b/commands/docs/into.md @@ -2,12 +2,11 @@ title: into categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Commands to convert data from one type to another. usage: | Commands to convert data from one type to another. -feature: default --- diff --git a/commands/docs/into_binary.md b/commands/docs/into_binary.md index 5bb39ecde74..5571b48e354 100644 --- a/commands/docs/into_binary.md +++ b/commands/docs/into_binary.md @@ -2,12 +2,11 @@ title: into binary categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to a binary primitive. usage: | Convert value to a binary primitive. -feature: default --- diff --git a/commands/docs/into_bits.md b/commands/docs/into_bits.md index 2891138d4fb..47ed8108fc2 100644 --- a/commands/docs/into_bits.md +++ b/commands/docs/into_bits.md @@ -2,12 +2,11 @@ title: into bits categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to a binary primitive. usage: | Convert value to a binary primitive. -feature: default --- diff --git a/commands/docs/into_bool.md b/commands/docs/into_bool.md index ca7c50e5da6..7adf93423a9 100644 --- a/commands/docs/into_bool.md +++ b/commands/docs/into_bool.md @@ -2,12 +2,11 @@ title: into bool categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to boolean. usage: | Convert value to boolean. -feature: default --- diff --git a/commands/docs/into_cell-path.md b/commands/docs/into_cell-path.md index ab750179f5b..3b3fd4b89ed 100644 --- a/commands/docs/into_cell-path.md +++ b/commands/docs/into_cell-path.md @@ -2,12 +2,11 @@ title: into cell-path categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to a cell-path. usage: | Convert value to a cell-path. -feature: default --- diff --git a/commands/docs/into_datetime.md b/commands/docs/into_datetime.md index 4cc69e6c17a..15d0673c5d8 100644 --- a/commands/docs/into_datetime.md +++ b/commands/docs/into_datetime.md @@ -2,12 +2,11 @@ title: into datetime categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert text or timestamp into a datetime. usage: | Convert text or timestamp into a datetime. -feature: default --- diff --git a/commands/docs/into_duration.md b/commands/docs/into_duration.md index e95f26fc60e..f1fd9175765 100644 --- a/commands/docs/into_duration.md +++ b/commands/docs/into_duration.md @@ -2,12 +2,11 @@ title: into duration categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to duration. usage: | Convert value to duration. -feature: default --- diff --git a/commands/docs/into_filesize.md b/commands/docs/into_filesize.md index 042fd7cbd4e..06661cfb0be 100644 --- a/commands/docs/into_filesize.md +++ b/commands/docs/into_filesize.md @@ -2,12 +2,11 @@ title: into filesize categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to filesize. usage: | Convert value to filesize. -feature: default --- diff --git a/commands/docs/into_float.md b/commands/docs/into_float.md index 71dd45b76dd..1ed667219de 100644 --- a/commands/docs/into_float.md +++ b/commands/docs/into_float.md @@ -2,12 +2,11 @@ title: into float categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert data into floating point number. usage: | Convert data into floating point number. -feature: default --- diff --git a/commands/docs/into_glob.md b/commands/docs/into_glob.md index d6c767a5eb6..0d851b680bb 100644 --- a/commands/docs/into_glob.md +++ b/commands/docs/into_glob.md @@ -2,12 +2,11 @@ title: into glob categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to glob. usage: | Convert value to glob. -feature: default --- diff --git a/commands/docs/into_int.md b/commands/docs/into_int.md index c5cda6f2643..1e0dd247d6b 100644 --- a/commands/docs/into_int.md +++ b/commands/docs/into_int.md @@ -2,12 +2,11 @@ title: into int categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to integer. usage: | Convert value to integer. -feature: default --- diff --git a/commands/docs/into_record.md b/commands/docs/into_record.md index 0a00c5715b8..8985aac1fd1 100644 --- a/commands/docs/into_record.md +++ b/commands/docs/into_record.md @@ -2,12 +2,11 @@ title: into record categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to record. usage: | Convert value to record. -feature: default --- diff --git a/commands/docs/into_sqlite.md b/commands/docs/into_sqlite.md index 0e00c0e4820..82e0372a1eb 100644 --- a/commands/docs/into_sqlite.md +++ b/commands/docs/into_sqlite.md @@ -2,12 +2,11 @@ title: into sqlite categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert table into a SQLite database. usage: | Convert table into a SQLite database. -feature: default --- diff --git a/commands/docs/into_string.md b/commands/docs/into_string.md index d7e4d2c0201..e2ba884d849 100644 --- a/commands/docs/into_string.md +++ b/commands/docs/into_string.md @@ -2,12 +2,11 @@ title: into string categories: | conversions -version: 0.94.0 +version: 0.95.0 conversions: | Convert value to string. usage: | Convert value to string. -feature: default --- diff --git a/commands/docs/into_value.md b/commands/docs/into_value.md index 543835661dd..63c24c8dd95 100644 --- a/commands/docs/into_value.md +++ b/commands/docs/into_value.md @@ -2,12 +2,11 @@ title: into value categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Infer nushell datatype for each cell. usage: | Infer nushell datatype for each cell. -feature: default --- diff --git a/commands/docs/is-admin.md b/commands/docs/is-admin.md index 36c564df293..b22cf1f78e3 100644 --- a/commands/docs/is-admin.md +++ b/commands/docs/is-admin.md @@ -2,12 +2,11 @@ title: is-admin categories: | core -version: 0.94.0 +version: 0.95.0 core: | Check if nushell is running with administrator or root privileges. usage: | Check if nushell is running with administrator or root privileges. -feature: default --- diff --git a/commands/docs/is-empty.md b/commands/docs/is-empty.md index 2bb896ed6cc..4f49079bdeb 100644 --- a/commands/docs/is-empty.md +++ b/commands/docs/is-empty.md @@ -2,12 +2,11 @@ title: is-empty categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Check for empty values. usage: | Check for empty values. -feature: default --- diff --git a/commands/docs/is-not-empty.md b/commands/docs/is-not-empty.md index 77dcaf44e96..56394b8a9d1 100644 --- a/commands/docs/is-not-empty.md +++ b/commands/docs/is-not-empty.md @@ -2,12 +2,11 @@ title: is-not-empty categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Check for non-empty values. usage: | Check for non-empty values. -feature: default --- diff --git a/commands/docs/is-terminal.md b/commands/docs/is-terminal.md index 51c85a1aa06..addfe16c982 100644 --- a/commands/docs/is-terminal.md +++ b/commands/docs/is-terminal.md @@ -2,12 +2,11 @@ title: is-terminal categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Check if stdin, stdout, or stderr is a terminal. usage: | Check if stdin, stdout, or stderr is a terminal. -feature: default --- diff --git a/commands/docs/items.md b/commands/docs/items.md index d030ee3d536..f68e9de36ed 100644 --- a/commands/docs/items.md +++ b/commands/docs/items.md @@ -2,12 +2,11 @@ title: items categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Given a record, iterate on each pair of column name and associated value. usage: | Given a record, iterate on each pair of column name and associated value. -feature: default --- diff --git a/commands/docs/join.md b/commands/docs/join.md index 465b5926753..1d8a3647cf3 100644 --- a/commands/docs/join.md +++ b/commands/docs/join.md @@ -2,12 +2,11 @@ title: join categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Join two tables. usage: | Join two tables. -feature: default --- diff --git a/commands/docs/keybindings.md b/commands/docs/keybindings.md index 1e94f38e3c8..26e8e2c2c57 100644 --- a/commands/docs/keybindings.md +++ b/commands/docs/keybindings.md @@ -2,12 +2,11 @@ title: keybindings categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Keybindings related commands. usage: | Keybindings related commands. -feature: default --- diff --git a/commands/docs/keybindings_default.md b/commands/docs/keybindings_default.md index f8a66c0aefc..c114b00d6d0 100644 --- a/commands/docs/keybindings_default.md +++ b/commands/docs/keybindings_default.md @@ -2,12 +2,11 @@ title: keybindings default categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | List default keybindings. usage: | List default keybindings. -feature: default --- diff --git a/commands/docs/keybindings_list.md b/commands/docs/keybindings_list.md index 25752592c14..8ad15350a01 100644 --- a/commands/docs/keybindings_list.md +++ b/commands/docs/keybindings_list.md @@ -2,12 +2,11 @@ title: keybindings list categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | List available options that can be used to create keybindings. usage: | List available options that can be used to create keybindings. -feature: default --- diff --git a/commands/docs/keybindings_listen.md b/commands/docs/keybindings_listen.md index 1740718007d..2795db447ea 100644 --- a/commands/docs/keybindings_listen.md +++ b/commands/docs/keybindings_listen.md @@ -2,12 +2,11 @@ title: keybindings listen categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Get input from the user. usage: | Get input from the user. -feature: default --- diff --git a/commands/docs/kill.md b/commands/docs/kill.md index fda15db1696..a4c2fc5bff9 100644 --- a/commands/docs/kill.md +++ b/commands/docs/kill.md @@ -2,12 +2,11 @@ title: kill categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Kill a process using the process id. usage: | Kill a process using the process id. -feature: default --- diff --git a/commands/docs/last.md b/commands/docs/last.md index ec9789916a9..672de733e40 100644 --- a/commands/docs/last.md +++ b/commands/docs/last.md @@ -2,12 +2,11 @@ title: last categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Return only the last several rows of the input. Counterpart of `first`. Opposite of `drop`. usage: | Return only the last several rows of the input. Counterpart of `first`. Opposite of `drop`. -feature: default --- diff --git a/commands/docs/length.md b/commands/docs/length.md index d9c5f120969..f573d51f7eb 100644 --- a/commands/docs/length.md +++ b/commands/docs/length.md @@ -2,12 +2,11 @@ title: length categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Count the number of items in an input list or rows in a table. usage: | Count the number of items in an input list or rows in a table. -feature: default --- diff --git a/commands/docs/let-env.md b/commands/docs/let-env.md index e1f0020b114..b04c33982ae 100644 --- a/commands/docs/let-env.md +++ b/commands/docs/let-env.md @@ -2,12 +2,11 @@ title: let-env categories: | removed -version: 0.94.0 +version: 0.95.0 removed: | `let-env FOO = ...` has been removed, use `$env.FOO = ...` instead. usage: | `let-env FOO = ...` has been removed, use `$env.FOO = ...` instead. -feature: default --- diff --git a/commands/docs/let.md b/commands/docs/let.md index a895d3b176d..5fa95cf8289 100644 --- a/commands/docs/let.md +++ b/commands/docs/let.md @@ -2,12 +2,11 @@ title: let categories: | core -version: 0.94.0 +version: 0.95.0 core: | Create a variable and give it a value. usage: | Create a variable and give it a value. -feature: default --- diff --git a/commands/docs/lines.md b/commands/docs/lines.md index 0a46caa3342..8436ae96cff 100644 --- a/commands/docs/lines.md +++ b/commands/docs/lines.md @@ -2,12 +2,11 @@ title: lines categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Converts input to lines. usage: | Converts input to lines. -feature: default --- diff --git a/commands/docs/load-env.md b/commands/docs/load-env.md index 04673f1cdef..e92b9f98433 100644 --- a/commands/docs/load-env.md +++ b/commands/docs/load-env.md @@ -2,12 +2,11 @@ title: load-env categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Loads an environment update from a record. usage: | Loads an environment update from a record. -feature: default --- diff --git a/commands/docs/loop.md b/commands/docs/loop.md index 5889d6f93f9..509b141b3af 100644 --- a/commands/docs/loop.md +++ b/commands/docs/loop.md @@ -2,12 +2,11 @@ title: loop categories: | core -version: 0.94.0 +version: 0.95.0 core: | Run a block in a loop. usage: | Run a block in a loop. -feature: default --- diff --git a/commands/docs/ls.md b/commands/docs/ls.md index 3c6bd721bcc..1ac8192cb92 100644 --- a/commands/docs/ls.md +++ b/commands/docs/ls.md @@ -2,12 +2,11 @@ title: ls categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | List the filenames, sizes, and modification times of items in a directory. usage: | List the filenames, sizes, and modification times of items in a directory. -feature: default --- diff --git a/commands/docs/match.md b/commands/docs/match.md index 0320354959b..90b5f36b538 100644 --- a/commands/docs/match.md +++ b/commands/docs/match.md @@ -2,12 +2,11 @@ title: match categories: | core -version: 0.94.0 +version: 0.95.0 core: | Conditionally run a block on a matched value. usage: | Conditionally run a block on a matched value. -feature: default --- diff --git a/commands/docs/math.md b/commands/docs/math.md index 3b815ea1c2f..fafbc1d2091 100644 --- a/commands/docs/math.md +++ b/commands/docs/math.md @@ -2,12 +2,11 @@ title: math categories: | math -version: 0.94.0 +version: 0.95.0 math: | Use mathematical functions as aggregate functions on a list of numbers or tables. usage: | Use mathematical functions as aggregate functions on a list of numbers or tables. -feature: default --- diff --git a/commands/docs/math_abs.md b/commands/docs/math_abs.md index ad648bb65fc..ca63fad9713 100644 --- a/commands/docs/math_abs.md +++ b/commands/docs/math_abs.md @@ -2,12 +2,11 @@ title: math abs categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the absolute value of a number. usage: | Returns the absolute value of a number. -feature: default --- diff --git a/commands/docs/math_arccos.md b/commands/docs/math_arccos.md index 76c2e340e54..816aa89bcf8 100644 --- a/commands/docs/math_arccos.md +++ b/commands/docs/math_arccos.md @@ -2,12 +2,11 @@ title: math arccos categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the arccosine of the number. usage: | Returns the arccosine of the number. -feature: default --- diff --git a/commands/docs/math_arccosh.md b/commands/docs/math_arccosh.md index 3962e0209d5..5d94f8af84f 100644 --- a/commands/docs/math_arccosh.md +++ b/commands/docs/math_arccosh.md @@ -2,12 +2,11 @@ title: math arccosh categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the inverse of the hyperbolic cosine function. usage: | Returns the inverse of the hyperbolic cosine function. -feature: default --- diff --git a/commands/docs/math_arcsin.md b/commands/docs/math_arcsin.md index fdd45b374ef..8529e9a1b0f 100644 --- a/commands/docs/math_arcsin.md +++ b/commands/docs/math_arcsin.md @@ -2,12 +2,11 @@ title: math arcsin categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the arcsine of the number. usage: | Returns the arcsine of the number. -feature: default --- diff --git a/commands/docs/math_arcsinh.md b/commands/docs/math_arcsinh.md index b85bf13cd16..88218f50ab6 100644 --- a/commands/docs/math_arcsinh.md +++ b/commands/docs/math_arcsinh.md @@ -2,12 +2,11 @@ title: math arcsinh categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the inverse of the hyperbolic sine function. usage: | Returns the inverse of the hyperbolic sine function. -feature: default --- diff --git a/commands/docs/math_arctan.md b/commands/docs/math_arctan.md index 7c00c9779e4..cdbb2010350 100644 --- a/commands/docs/math_arctan.md +++ b/commands/docs/math_arctan.md @@ -2,12 +2,11 @@ title: math arctan categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the arctangent of the number. usage: | Returns the arctangent of the number. -feature: default --- diff --git a/commands/docs/math_arctanh.md b/commands/docs/math_arctanh.md index 3d989e10ff9..9f04712cbe9 100644 --- a/commands/docs/math_arctanh.md +++ b/commands/docs/math_arctanh.md @@ -2,12 +2,11 @@ title: math arctanh categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the inverse of the hyperbolic tangent function. usage: | Returns the inverse of the hyperbolic tangent function. -feature: default --- diff --git a/commands/docs/math_avg.md b/commands/docs/math_avg.md index d7cc2680808..3f0e5ed419b 100644 --- a/commands/docs/math_avg.md +++ b/commands/docs/math_avg.md @@ -2,12 +2,11 @@ title: math avg categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the average of a list of numbers. usage: | Returns the average of a list of numbers. -feature: default --- diff --git a/commands/docs/math_ceil.md b/commands/docs/math_ceil.md index cabdc407a43..ecf41ebd9cb 100644 --- a/commands/docs/math_ceil.md +++ b/commands/docs/math_ceil.md @@ -2,12 +2,11 @@ title: math ceil categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the ceil of a number (smallest integer greater than or equal to that number). usage: | Returns the ceil of a number (smallest integer greater than or equal to that number). -feature: default --- diff --git a/commands/docs/math_cos.md b/commands/docs/math_cos.md index c45e4e4cea5..66a053985ad 100644 --- a/commands/docs/math_cos.md +++ b/commands/docs/math_cos.md @@ -2,12 +2,11 @@ title: math cos categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the cosine of the number. usage: | Returns the cosine of the number. -feature: default --- diff --git a/commands/docs/math_cosh.md b/commands/docs/math_cosh.md index fe26b718e4e..1df0450718f 100644 --- a/commands/docs/math_cosh.md +++ b/commands/docs/math_cosh.md @@ -2,12 +2,11 @@ title: math cosh categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the hyperbolic cosine of the number. usage: | Returns the hyperbolic cosine of the number. -feature: default --- diff --git a/commands/docs/math_exp.md b/commands/docs/math_exp.md index 97027a32070..5c905913f4f 100644 --- a/commands/docs/math_exp.md +++ b/commands/docs/math_exp.md @@ -2,12 +2,11 @@ title: math exp categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns e raised to the power of x. usage: | Returns e raised to the power of x. -feature: default --- diff --git a/commands/docs/math_floor.md b/commands/docs/math_floor.md index b960d396985..e386c224e0e 100644 --- a/commands/docs/math_floor.md +++ b/commands/docs/math_floor.md @@ -2,12 +2,11 @@ title: math floor categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the floor of a number (largest integer less than or equal to that number). usage: | Returns the floor of a number (largest integer less than or equal to that number). -feature: default --- diff --git a/commands/docs/math_ln.md b/commands/docs/math_ln.md index 2fddf1fbc39..35ef7299b17 100644 --- a/commands/docs/math_ln.md +++ b/commands/docs/math_ln.md @@ -2,12 +2,11 @@ title: math ln categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the natural logarithm. Base: (math e). usage: | Returns the natural logarithm. Base: (math e). -feature: default --- diff --git a/commands/docs/math_log.md b/commands/docs/math_log.md index 9a23ce9c442..c18a9bccfff 100644 --- a/commands/docs/math_log.md +++ b/commands/docs/math_log.md @@ -2,12 +2,11 @@ title: math log categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the logarithm for an arbitrary base. usage: | Returns the logarithm for an arbitrary base. -feature: default --- diff --git a/commands/docs/math_max.md b/commands/docs/math_max.md index ca29c6bcd0e..8842edd91ca 100644 --- a/commands/docs/math_max.md +++ b/commands/docs/math_max.md @@ -2,12 +2,11 @@ title: math max categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the maximum of a list of values, or of columns in a table. usage: | Returns the maximum of a list of values, or of columns in a table. -feature: default --- diff --git a/commands/docs/math_median.md b/commands/docs/math_median.md index 00458fa6a9c..541e2cf1f0c 100644 --- a/commands/docs/math_median.md +++ b/commands/docs/math_median.md @@ -2,12 +2,11 @@ title: math median categories: | math -version: 0.94.0 +version: 0.95.0 math: | Computes the median of a list of numbers. usage: | Computes the median of a list of numbers. -feature: default --- diff --git a/commands/docs/math_min.md b/commands/docs/math_min.md index 6e3c509b9ad..2e3f385ab42 100644 --- a/commands/docs/math_min.md +++ b/commands/docs/math_min.md @@ -2,12 +2,11 @@ title: math min categories: | math -version: 0.94.0 +version: 0.95.0 math: | Finds the minimum within a list of values or tables. usage: | Finds the minimum within a list of values or tables. -feature: default --- diff --git a/commands/docs/math_mode.md b/commands/docs/math_mode.md index da024e575bc..10209b5399e 100644 --- a/commands/docs/math_mode.md +++ b/commands/docs/math_mode.md @@ -2,12 +2,11 @@ title: math mode categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the most frequent element(s) from a list of numbers or tables. usage: | Returns the most frequent element(s) from a list of numbers or tables. -feature: default --- diff --git a/commands/docs/math_product.md b/commands/docs/math_product.md index ab776d951f4..c3168222609 100644 --- a/commands/docs/math_product.md +++ b/commands/docs/math_product.md @@ -2,12 +2,11 @@ title: math product categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the product of a list of numbers or the products of each column of a table. usage: | Returns the product of a list of numbers or the products of each column of a table. -feature: default --- diff --git a/commands/docs/math_round.md b/commands/docs/math_round.md index fc40183d58f..743c6e2de90 100644 --- a/commands/docs/math_round.md +++ b/commands/docs/math_round.md @@ -2,12 +2,11 @@ title: math round categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the input number rounded to the specified precision. usage: | Returns the input number rounded to the specified precision. -feature: default --- diff --git a/commands/docs/math_sin.md b/commands/docs/math_sin.md index 771dbd99db3..abab879fd6d 100644 --- a/commands/docs/math_sin.md +++ b/commands/docs/math_sin.md @@ -2,12 +2,11 @@ title: math sin categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the sine of the number. usage: | Returns the sine of the number. -feature: default --- diff --git a/commands/docs/math_sinh.md b/commands/docs/math_sinh.md index 12b738dad45..a1ff12cf517 100644 --- a/commands/docs/math_sinh.md +++ b/commands/docs/math_sinh.md @@ -2,12 +2,11 @@ title: math sinh categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the hyperbolic sine of the number. usage: | Returns the hyperbolic sine of the number. -feature: default --- diff --git a/commands/docs/math_sqrt.md b/commands/docs/math_sqrt.md index c7289ed0fad..96a976ed31d 100644 --- a/commands/docs/math_sqrt.md +++ b/commands/docs/math_sqrt.md @@ -2,12 +2,11 @@ title: math sqrt categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the square root of the input number. usage: | Returns the square root of the input number. -feature: default --- diff --git a/commands/docs/math_stddev.md b/commands/docs/math_stddev.md index 284dc1417e6..0704684d983 100644 --- a/commands/docs/math_stddev.md +++ b/commands/docs/math_stddev.md @@ -2,12 +2,11 @@ title: math stddev categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the standard deviation of a list of numbers, or of each column in a table. usage: | Returns the standard deviation of a list of numbers, or of each column in a table. -feature: default --- diff --git a/commands/docs/math_sum.md b/commands/docs/math_sum.md index 2b553a7a949..339800b8f41 100644 --- a/commands/docs/math_sum.md +++ b/commands/docs/math_sum.md @@ -2,12 +2,11 @@ title: math sum categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the sum of a list of numbers or of each column in a table. usage: | Returns the sum of a list of numbers or of each column in a table. -feature: default --- diff --git a/commands/docs/math_tan.md b/commands/docs/math_tan.md index f6aab294ecd..ae743273d23 100644 --- a/commands/docs/math_tan.md +++ b/commands/docs/math_tan.md @@ -2,12 +2,11 @@ title: math tan categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the tangent of the number. usage: | Returns the tangent of the number. -feature: default --- diff --git a/commands/docs/math_tanh.md b/commands/docs/math_tanh.md index c008c2d12c3..5bf63bdd6c2 100644 --- a/commands/docs/math_tanh.md +++ b/commands/docs/math_tanh.md @@ -2,12 +2,11 @@ title: math tanh categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the hyperbolic tangent of the number. usage: | Returns the hyperbolic tangent of the number. -feature: default --- diff --git a/commands/docs/math_variance.md b/commands/docs/math_variance.md index 7501b0bc6e2..5461a867623 100644 --- a/commands/docs/math_variance.md +++ b/commands/docs/math_variance.md @@ -2,12 +2,11 @@ title: math variance categories: | math -version: 0.94.0 +version: 0.95.0 math: | Returns the variance of a list of numbers or of each column in a table. usage: | Returns the variance of a list of numbers or of each column in a table. -feature: default --- diff --git a/commands/docs/merge.md b/commands/docs/merge.md index f7195b2a83d..a31430b6593 100644 --- a/commands/docs/merge.md +++ b/commands/docs/merge.md @@ -2,12 +2,11 @@ title: merge categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Merge the input with a record or table, overwriting values in matching columns. usage: | Merge the input with a record or table, overwriting values in matching columns. -feature: default --- diff --git a/commands/docs/metadata.md b/commands/docs/metadata.md index 5ecd1503413..a3b02c1580d 100644 --- a/commands/docs/metadata.md +++ b/commands/docs/metadata.md @@ -2,12 +2,11 @@ title: metadata categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Get the metadata for items in the stream. usage: | Get the metadata for items in the stream. -feature: default --- diff --git a/commands/docs/metadata_set.md b/commands/docs/metadata_set.md index 7792de3b72b..c92946e23ca 100644 --- a/commands/docs/metadata_set.md +++ b/commands/docs/metadata_set.md @@ -2,12 +2,11 @@ title: metadata set categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Set the metadata for items in the stream. usage: | Set the metadata for items in the stream. -feature: default --- diff --git a/commands/docs/mkdir.md b/commands/docs/mkdir.md index 1a2f0b202ad..3ef81a2ff4b 100644 --- a/commands/docs/mkdir.md +++ b/commands/docs/mkdir.md @@ -2,12 +2,11 @@ title: mkdir categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Create directories, with intermediary directories if required using uutils/coreutils mkdir. usage: | Create directories, with intermediary directories if required using uutils/coreutils mkdir. -feature: default --- diff --git a/commands/docs/mktemp.md b/commands/docs/mktemp.md index a8be0e0c58d..e870bf36c19 100644 --- a/commands/docs/mktemp.md +++ b/commands/docs/mktemp.md @@ -2,12 +2,11 @@ title: mktemp categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Create temporary files or directories using uutils/coreutils mktemp. usage: | Create temporary files or directories using uutils/coreutils mktemp. -feature: default --- diff --git a/commands/docs/module.md b/commands/docs/module.md index 04c0048e622..a535738efa6 100644 --- a/commands/docs/module.md +++ b/commands/docs/module.md @@ -2,12 +2,11 @@ title: module categories: | core -version: 0.94.0 +version: 0.95.0 core: | Define a custom module. usage: | Define a custom module. -feature: default --- diff --git a/commands/docs/move.md b/commands/docs/move.md index 9f58b9ea3d3..18a326a2e82 100644 --- a/commands/docs/move.md +++ b/commands/docs/move.md @@ -2,12 +2,11 @@ title: move categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Move columns before or after other columns. usage: | Move columns before or after other columns. -feature: default --- diff --git a/commands/docs/mut.md b/commands/docs/mut.md index 2a6028db593..04c73e89392 100644 --- a/commands/docs/mut.md +++ b/commands/docs/mut.md @@ -2,12 +2,11 @@ title: mut categories: | core -version: 0.94.0 +version: 0.95.0 core: | Create a mutable variable and give it a value. usage: | Create a mutable variable and give it a value. -feature: default --- diff --git a/commands/docs/mv.md b/commands/docs/mv.md index 5294448f162..fd28d32ea19 100644 --- a/commands/docs/mv.md +++ b/commands/docs/mv.md @@ -2,12 +2,11 @@ title: mv categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Move files or directories using uutils/coreutils mv. usage: | Move files or directories using uutils/coreutils mv. -feature: default --- diff --git a/commands/docs/n.md b/commands/docs/n.md index 2f07bba1e70..5890d21e005 100644 --- a/commands/docs/n.md +++ b/commands/docs/n.md @@ -2,7 +2,7 @@ title: n categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Switch to the next shell. usage: | diff --git a/commands/docs/nu-check.md b/commands/docs/nu-check.md index 325b3bb0544..2cfec18cb05 100644 --- a/commands/docs/nu-check.md +++ b/commands/docs/nu-check.md @@ -2,12 +2,11 @@ title: nu-check categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Validate and parse input content. usage: | Validate and parse input content. -feature: default --- diff --git a/commands/docs/nu-highlight.md b/commands/docs/nu-highlight.md index 6c08be903e1..6ec238a378f 100644 --- a/commands/docs/nu-highlight.md +++ b/commands/docs/nu-highlight.md @@ -2,12 +2,11 @@ title: nu-highlight categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Syntax highlight the input string. usage: | Syntax highlight the input string. -feature: default --- diff --git a/commands/docs/open.md b/commands/docs/open.md index b588a3ce05a..237956c6a71 100644 --- a/commands/docs/open.md +++ b/commands/docs/open.md @@ -2,12 +2,11 @@ title: open categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Load a file into a cell, converting to table if possible (avoid by appending '--raw'). usage: | Load a file into a cell, converting to table if possible (avoid by appending '--raw'). -feature: default --- diff --git a/commands/docs/overlay.md b/commands/docs/overlay.md index 4c3f750638d..7fc06bdec5b 100644 --- a/commands/docs/overlay.md +++ b/commands/docs/overlay.md @@ -2,12 +2,11 @@ title: overlay categories: | core -version: 0.94.0 +version: 0.95.0 core: | Commands for manipulating overlays. usage: | Commands for manipulating overlays. -feature: default --- diff --git a/commands/docs/overlay_hide.md b/commands/docs/overlay_hide.md index 643bc197247..cc5dbdc174c 100644 --- a/commands/docs/overlay_hide.md +++ b/commands/docs/overlay_hide.md @@ -2,12 +2,11 @@ title: overlay hide categories: | core -version: 0.94.0 +version: 0.95.0 core: | Hide an active overlay. usage: | Hide an active overlay. -feature: default --- diff --git a/commands/docs/overlay_list.md b/commands/docs/overlay_list.md index 2bdc5d44487..ca8a71d1926 100644 --- a/commands/docs/overlay_list.md +++ b/commands/docs/overlay_list.md @@ -2,12 +2,11 @@ title: overlay list categories: | core -version: 0.94.0 +version: 0.95.0 core: | List all active overlays. usage: | List all active overlays. -feature: default --- diff --git a/commands/docs/overlay_new.md b/commands/docs/overlay_new.md index 1d84b3a8c8e..6162a5148fe 100644 --- a/commands/docs/overlay_new.md +++ b/commands/docs/overlay_new.md @@ -2,12 +2,11 @@ title: overlay new categories: | core -version: 0.94.0 +version: 0.95.0 core: | Create an empty overlay. usage: | Create an empty overlay. -feature: default --- diff --git a/commands/docs/overlay_use.md b/commands/docs/overlay_use.md index 8f81b1ced36..23a4cb1c2e5 100644 --- a/commands/docs/overlay_use.md +++ b/commands/docs/overlay_use.md @@ -2,12 +2,11 @@ title: overlay use categories: | core -version: 0.94.0 +version: 0.95.0 core: | Use definitions from a module as an overlay. usage: | Use definitions from a module as an overlay. -feature: default --- diff --git a/commands/docs/p.md b/commands/docs/p.md index d6e6f2fede4..edc82929020 100644 --- a/commands/docs/p.md +++ b/commands/docs/p.md @@ -2,7 +2,7 @@ title: p categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Switch to the previous shell. usage: | diff --git a/commands/docs/panic.md b/commands/docs/panic.md index b5d294df5a1..f1521384194 100644 --- a/commands/docs/panic.md +++ b/commands/docs/panic.md @@ -2,12 +2,11 @@ title: panic categories: | experimental -version: 0.94.0 +version: 0.95.0 experimental: | Executes a rust panic, useful only for testing. usage: | Executes a rust panic, useful only for testing. -feature: default --- diff --git a/commands/docs/par-each.md b/commands/docs/par-each.md index 2faec954106..230999a6898 100644 --- a/commands/docs/par-each.md +++ b/commands/docs/par-each.md @@ -2,12 +2,11 @@ title: par-each categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Run a closure on each row of the input list in parallel, creating a new list with the results. usage: | Run a closure on each row of the input list in parallel, creating a new list with the results. -feature: default --- diff --git a/commands/docs/parse.md b/commands/docs/parse.md index a577e1752fc..7fe229db236 100644 --- a/commands/docs/parse.md +++ b/commands/docs/parse.md @@ -2,12 +2,11 @@ title: parse categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Parse columns from string data using a simple pattern. usage: | Parse columns from string data using a simple pattern. -feature: default --- diff --git a/commands/docs/path.md b/commands/docs/path.md index e5d83897337..7ac9a2ee5d1 100644 --- a/commands/docs/path.md +++ b/commands/docs/path.md @@ -2,12 +2,11 @@ title: path categories: | path -version: 0.94.0 +version: 0.95.0 path: | Explore and manipulate paths. usage: | Explore and manipulate paths. -feature: default --- diff --git a/commands/docs/path_basename.md b/commands/docs/path_basename.md index 2da176ef560..7013db0cc4c 100644 --- a/commands/docs/path_basename.md +++ b/commands/docs/path_basename.md @@ -2,12 +2,11 @@ title: path basename categories: | path -version: 0.94.0 +version: 0.95.0 path: | Get the final component of a path. usage: | Get the final component of a path. -feature: default --- diff --git a/commands/docs/path_dirname.md b/commands/docs/path_dirname.md index 078b2f5c855..d2870e2cfe6 100644 --- a/commands/docs/path_dirname.md +++ b/commands/docs/path_dirname.md @@ -2,12 +2,11 @@ title: path dirname categories: | path -version: 0.94.0 +version: 0.95.0 path: | Get the parent directory of a path. usage: | Get the parent directory of a path. -feature: default --- diff --git a/commands/docs/path_exists.md b/commands/docs/path_exists.md index 2ccf2201aed..ecbae9203ea 100644 --- a/commands/docs/path_exists.md +++ b/commands/docs/path_exists.md @@ -2,12 +2,11 @@ title: path exists categories: | path -version: 0.94.0 +version: 0.95.0 path: | Check whether a path exists. usage: | Check whether a path exists. -feature: default --- diff --git a/commands/docs/path_expand.md b/commands/docs/path_expand.md index 93143aa86dc..9f7a6df03dd 100644 --- a/commands/docs/path_expand.md +++ b/commands/docs/path_expand.md @@ -2,12 +2,11 @@ title: path expand categories: | path -version: 0.94.0 +version: 0.95.0 path: | Try to expand a path to its absolute form. usage: | Try to expand a path to its absolute form. -feature: default --- diff --git a/commands/docs/path_join.md b/commands/docs/path_join.md index ba52e78df63..6d227c598da 100644 --- a/commands/docs/path_join.md +++ b/commands/docs/path_join.md @@ -2,12 +2,11 @@ title: path join categories: | path -version: 0.94.0 +version: 0.95.0 path: | Join a structured path or a list of path parts. usage: | Join a structured path or a list of path parts. -feature: default --- diff --git a/commands/docs/path_parse.md b/commands/docs/path_parse.md index 87262a93281..627a65d0b78 100644 --- a/commands/docs/path_parse.md +++ b/commands/docs/path_parse.md @@ -2,12 +2,11 @@ title: path parse categories: | path -version: 0.94.0 +version: 0.95.0 path: | Convert a path into structured data. usage: | Convert a path into structured data. -feature: default --- diff --git a/commands/docs/path_relative-to.md b/commands/docs/path_relative-to.md index b56e88c8a4a..44abc4fdc1c 100644 --- a/commands/docs/path_relative-to.md +++ b/commands/docs/path_relative-to.md @@ -2,12 +2,11 @@ title: path relative-to categories: | path -version: 0.94.0 +version: 0.95.0 path: | Express a path as relative to another path. usage: | Express a path as relative to another path. -feature: default --- diff --git a/commands/docs/path_split.md b/commands/docs/path_split.md index a4a7858c363..60db3db8e89 100644 --- a/commands/docs/path_split.md +++ b/commands/docs/path_split.md @@ -2,12 +2,11 @@ title: path split categories: | path -version: 0.94.0 +version: 0.95.0 path: | Split a path into a list based on the system's path separator. usage: | Split a path into a list based on the system's path separator. -feature: default --- diff --git a/commands/docs/path_type.md b/commands/docs/path_type.md index e50bb04d970..71fb4287818 100644 --- a/commands/docs/path_type.md +++ b/commands/docs/path_type.md @@ -2,12 +2,11 @@ title: path type categories: | path -version: 0.94.0 +version: 0.95.0 path: | Get the type of the object a path refers to (e.g., file, dir, symlink). usage: | Get the type of the object a path refers to (e.g., file, dir, symlink). -feature: default --- @@ -42,4 +41,4 @@ Show type of a filepaths in a list ## Notes This checks the file system to confirm the path's object type. -If nothing is found, an empty string will be returned. \ No newline at end of file +If the path does not exist, null will be returned. \ No newline at end of file diff --git a/commands/docs/plugin.md b/commands/docs/plugin.md index 85a013ee3d4..8a562ab1f7b 100644 --- a/commands/docs/plugin.md +++ b/commands/docs/plugin.md @@ -2,12 +2,11 @@ title: plugin categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | Commands for managing plugins. usage: | Commands for managing plugins. -feature: default --- diff --git a/commands/docs/plugin_add.md b/commands/docs/plugin_add.md index 88727586215..0030eec1bff 100644 --- a/commands/docs/plugin_add.md +++ b/commands/docs/plugin_add.md @@ -2,12 +2,11 @@ title: plugin add categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | Add a plugin to the plugin registry file. usage: | Add a plugin to the plugin registry file. -feature: default --- diff --git a/commands/docs/plugin_list.md b/commands/docs/plugin_list.md index 924e64f96e8..73ed2f62f0a 100644 --- a/commands/docs/plugin_list.md +++ b/commands/docs/plugin_list.md @@ -2,12 +2,11 @@ title: plugin list categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | List installed plugins. usage: | List installed plugins. -feature: default --- @@ -22,22 +21,22 @@ feature: default ## Input/output types: -| input | output | -| ------- | -------------------------------------------------------------------------------------------------------- | -| nothing | table\\> | +| input | output | +| ------- | ------------------------------------------------------------------------------------------------------------------------- | +| nothing | table\\> | ## Examples List installed plugins. ```nu > plugin list -╭───┬──────┬────────────┬────────┬───────────────────────────────┬───────┬─────────────╮ -│ # │ name │ is_running │ pid │ filename │ shell │ commands │ -├───┼──────┼────────────┼────────┼───────────────────────────────┼───────┼─────────────┤ -│ 0 │ inc │ true │ 106480 │ /opt/nu/plugins/nu_plugin_inc │ │ ╭───┬─────╮ │ -│ │ │ │ │ │ │ │ 0 │ inc │ │ -│ │ │ │ │ │ │ ╰───┴─────╯ │ -╰───┴──────┴────────────┴────────┴───────────────────────────────┴───────┴─────────────╯ +╭───┬──────┬─────────┬────────────┬────────┬───────────────────────────────┬───────┬─────────────╮ +│ # │ name │ version │ is_running │ pid │ filename │ shell │ commands │ +├───┼──────┼─────────┼────────────┼────────┼───────────────────────────────┼───────┼─────────────┤ +│ 0 │ inc │ 0.95.0 │ true │ 106480 │ /opt/nu/plugins/nu_plugin_inc │ │ ╭───┬─────╮ │ +│ │ │ │ │ │ │ │ │ 0 │ inc │ │ +│ │ │ │ │ │ │ │ ╰───┴─────╯ │ +╰───┴──────┴─────────┴────────────┴────────┴───────────────────────────────┴───────┴─────────────╯ ``` diff --git a/commands/docs/plugin_rm.md b/commands/docs/plugin_rm.md index 00c28c93cb0..9f0fcb12797 100644 --- a/commands/docs/plugin_rm.md +++ b/commands/docs/plugin_rm.md @@ -2,12 +2,11 @@ title: plugin rm categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | Remove a plugin from the plugin registry file. usage: | Remove a plugin from the plugin registry file. -feature: default --- diff --git a/commands/docs/plugin_stop.md b/commands/docs/plugin_stop.md index 316f16a5433..3e54410db7b 100644 --- a/commands/docs/plugin_stop.md +++ b/commands/docs/plugin_stop.md @@ -2,12 +2,11 @@ title: plugin stop categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | Stop an installed plugin if it was running. usage: | Stop an installed plugin if it was running. -feature: default --- diff --git a/commands/docs/plugin_use.md b/commands/docs/plugin_use.md index 186ade62798..b82395a3f5f 100644 --- a/commands/docs/plugin_use.md +++ b/commands/docs/plugin_use.md @@ -2,12 +2,11 @@ title: plugin use categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | Load a plugin from the plugin registry file into scope. usage: | Load a plugin from the plugin registry file into scope. -feature: default --- diff --git a/commands/docs/polars.md b/commands/docs/polars.md index 67bb19f52af..d6e09d5c8b8 100644 --- a/commands/docs/polars.md +++ b/commands/docs/polars.md @@ -2,12 +2,11 @@ title: polars categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Operate with data in a dataframe format. usage: | Operate with data in a dataframe format. -feature: default --- diff --git a/commands/docs/polars_agg-groups.md b/commands/docs/polars_agg-groups.md index 9974fcccfd3..ac14947adf8 100644 --- a/commands/docs/polars_agg-groups.md +++ b/commands/docs/polars_agg-groups.md @@ -2,12 +2,11 @@ title: polars agg-groups categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates an agg_groups expression. usage: | Creates an agg_groups expression. -feature: default --- diff --git a/commands/docs/polars_agg.md b/commands/docs/polars_agg.md index 0148c50d683..666ff1c1f4f 100644 --- a/commands/docs/polars_agg.md +++ b/commands/docs/polars_agg.md @@ -2,12 +2,11 @@ title: polars agg categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Performs a series of aggregations from a group-by. usage: | Performs a series of aggregations from a group-by. -feature: default --- diff --git a/commands/docs/polars_all-false.md b/commands/docs/polars_all-false.md index 23053e8dcad..dc1705708dc 100644 --- a/commands/docs/polars_all-false.md +++ b/commands/docs/polars_all-false.md @@ -2,12 +2,11 @@ title: polars all-false categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Returns true if all values are false. usage: | Returns true if all values are false. -feature: default --- diff --git a/commands/docs/polars_all-true.md b/commands/docs/polars_all-true.md index 3cf92bc7dd4..f1bfb1480a4 100644 --- a/commands/docs/polars_all-true.md +++ b/commands/docs/polars_all-true.md @@ -2,12 +2,11 @@ title: polars all-true categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Returns true if all values are true. usage: | Returns true if all values are true. -feature: default --- diff --git a/commands/docs/polars_append.md b/commands/docs/polars_append.md index f78f48d9dab..eb1b8a011d3 100644 --- a/commands/docs/polars_append.md +++ b/commands/docs/polars_append.md @@ -2,12 +2,11 @@ title: polars append categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Appends a new dataframe. usage: | Appends a new dataframe. -feature: default --- diff --git a/commands/docs/polars_arg-max.md b/commands/docs/polars_arg-max.md index 8d95e014dab..125196cbf7c 100644 --- a/commands/docs/polars_arg-max.md +++ b/commands/docs/polars_arg-max.md @@ -2,12 +2,11 @@ title: polars arg-max categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Return index for max value in series. usage: | Return index for max value in series. -feature: default --- diff --git a/commands/docs/polars_arg-min.md b/commands/docs/polars_arg-min.md index 3330273520d..0c5841c4838 100644 --- a/commands/docs/polars_arg-min.md +++ b/commands/docs/polars_arg-min.md @@ -2,12 +2,11 @@ title: polars arg-min categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Return index for min value in series. usage: | Return index for min value in series. -feature: default --- diff --git a/commands/docs/polars_arg-sort.md b/commands/docs/polars_arg-sort.md index 0155acd137b..ce421aba7d4 100644 --- a/commands/docs/polars_arg-sort.md +++ b/commands/docs/polars_arg-sort.md @@ -2,12 +2,11 @@ title: polars arg-sort categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Returns indexes for a sorted series. usage: | Returns indexes for a sorted series. -feature: default --- diff --git a/commands/docs/polars_arg-true.md b/commands/docs/polars_arg-true.md index d5a485c2f82..b8ee2f483ca 100644 --- a/commands/docs/polars_arg-true.md +++ b/commands/docs/polars_arg-true.md @@ -2,12 +2,11 @@ title: polars arg-true categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Returns indexes where values are true. usage: | Returns indexes where values are true. -feature: default --- diff --git a/commands/docs/polars_arg-unique.md b/commands/docs/polars_arg-unique.md index 1caa6caafa3..b9c7def1a24 100644 --- a/commands/docs/polars_arg-unique.md +++ b/commands/docs/polars_arg-unique.md @@ -2,12 +2,11 @@ title: polars arg-unique categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Returns indexes for unique values. usage: | Returns indexes for unique values. -feature: default --- diff --git a/commands/docs/polars_arg-where.md b/commands/docs/polars_arg-where.md index 416c2d999a4..a81207552ca 100644 --- a/commands/docs/polars_arg-where.md +++ b/commands/docs/polars_arg-where.md @@ -2,12 +2,11 @@ title: polars arg-where categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates an expression that returns the arguments where expression is true. usage: | Creates an expression that returns the arguments where expression is true. -feature: default --- diff --git a/commands/docs/polars_as-date.md b/commands/docs/polars_as-date.md index d1b5394c2aa..9e4879b39dd 100644 --- a/commands/docs/polars_as-date.md +++ b/commands/docs/polars_as-date.md @@ -2,12 +2,11 @@ title: polars as-date categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Converts string to date. usage: | Converts string to date. -feature: default --- diff --git a/commands/docs/polars_as-datetime.md b/commands/docs/polars_as-datetime.md index 6aea305b641..08f4e1f3516 100644 --- a/commands/docs/polars_as-datetime.md +++ b/commands/docs/polars_as-datetime.md @@ -2,12 +2,11 @@ title: polars as-datetime categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Converts string to datetime. usage: | Converts string to datetime. -feature: default --- diff --git a/commands/docs/polars_as.md b/commands/docs/polars_as.md index ae9a04d6c4b..193aa3c706c 100644 --- a/commands/docs/polars_as.md +++ b/commands/docs/polars_as.md @@ -2,12 +2,11 @@ title: polars as categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates an alias expression. usage: | Creates an alias expression. -feature: default --- diff --git a/commands/docs/polars_cache.md b/commands/docs/polars_cache.md index 7dc0b3c8281..e70faf1cd19 100644 --- a/commands/docs/polars_cache.md +++ b/commands/docs/polars_cache.md @@ -2,12 +2,11 @@ title: polars cache categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Caches operations in a new LazyFrame. usage: | Caches operations in a new LazyFrame. -feature: default --- diff --git a/commands/docs/polars_cast.md b/commands/docs/polars_cast.md index 194cc3da4f7..34e3390b879 100644 --- a/commands/docs/polars_cast.md +++ b/commands/docs/polars_cast.md @@ -2,12 +2,11 @@ title: polars cast categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Cast a column to a different dtype. usage: | Cast a column to a different dtype. -feature: default --- diff --git a/commands/docs/polars_col.md b/commands/docs/polars_col.md index 721bc85a300..2c632ff7165 100644 --- a/commands/docs/polars_col.md +++ b/commands/docs/polars_col.md @@ -2,12 +2,11 @@ title: polars col categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a named column expression. usage: | Creates a named column expression. -feature: default --- diff --git a/commands/docs/polars_collect.md b/commands/docs/polars_collect.md index 7806abdc7f2..517a8a33bfc 100644 --- a/commands/docs/polars_collect.md +++ b/commands/docs/polars_collect.md @@ -2,12 +2,11 @@ title: polars collect categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Collect lazy dataframe into eager dataframe. usage: | Collect lazy dataframe into eager dataframe. -feature: default --- diff --git a/commands/docs/polars_columns.md b/commands/docs/polars_columns.md index 1731b7d98eb..6d5e1ffa2f8 100644 --- a/commands/docs/polars_columns.md +++ b/commands/docs/polars_columns.md @@ -2,12 +2,11 @@ title: polars columns categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Show dataframe columns. usage: | Show dataframe columns. -feature: default --- diff --git a/commands/docs/polars_concat-str.md b/commands/docs/polars_concat-str.md index 561b8780852..8ec8cbf66ea 100644 --- a/commands/docs/polars_concat-str.md +++ b/commands/docs/polars_concat-str.md @@ -2,12 +2,11 @@ title: polars concat-str categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a concat string expression. usage: | Creates a concat string expression. -feature: default --- diff --git a/commands/docs/polars_concatenate.md b/commands/docs/polars_concatenate.md index 0601456f574..6841d9a5167 100644 --- a/commands/docs/polars_concatenate.md +++ b/commands/docs/polars_concatenate.md @@ -2,12 +2,11 @@ title: polars concatenate categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Concatenates strings with other array. usage: | Concatenates strings with other array. -feature: default --- diff --git a/commands/docs/polars_contains.md b/commands/docs/polars_contains.md index 3cb75448aad..5e4ef89ee95 100644 --- a/commands/docs/polars_contains.md +++ b/commands/docs/polars_contains.md @@ -2,12 +2,11 @@ title: polars contains categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Checks if a pattern is contained in a string. usage: | Checks if a pattern is contained in a string. -feature: default --- diff --git a/commands/docs/polars_count-null.md b/commands/docs/polars_count-null.md index 9db0331c265..81bbd3866da 100644 --- a/commands/docs/polars_count-null.md +++ b/commands/docs/polars_count-null.md @@ -2,12 +2,11 @@ title: polars count-null categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Counts null values. usage: | Counts null values. -feature: default --- diff --git a/commands/docs/polars_count.md b/commands/docs/polars_count.md index 86f6c95582a..fe3d8fadcbc 100644 --- a/commands/docs/polars_count.md +++ b/commands/docs/polars_count.md @@ -2,12 +2,11 @@ title: polars count categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a count expression. usage: | Creates a count expression. -feature: default --- diff --git a/commands/docs/polars_cumulative.md b/commands/docs/polars_cumulative.md index 6aa2e11dac7..c32a1c2c51f 100644 --- a/commands/docs/polars_cumulative.md +++ b/commands/docs/polars_cumulative.md @@ -2,12 +2,11 @@ title: polars cumulative categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Cumulative calculation for a series. usage: | Cumulative calculation for a series. -feature: default --- diff --git a/commands/docs/polars_datepart.md b/commands/docs/polars_datepart.md index 3e3d97e1054..115783a8459 100644 --- a/commands/docs/polars_datepart.md +++ b/commands/docs/polars_datepart.md @@ -2,12 +2,11 @@ title: polars datepart categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates an expression for capturing the specified datepart in a column. usage: | Creates an expression for capturing the specified datepart in a column. -feature: default --- @@ -53,10 +52,10 @@ Creates an expression to capture multiple date parts (polars col datetime | polars datepart minute | polars as datetime_minute ), (polars col datetime | polars datepart second | polars as datetime_second ), (polars col datetime | polars datepart nanosecond | polars as datetime_ns ) ] -╭─────┬───────────────┬─────────────────┬──────────────────┬───────────────┬────────────────┬──────────────────┬──────╮ -│ # │ datetime │ datetime_year │ datetime_month │ datetime_day │ datetime_hour │ datetime_minute │ ... │ -├─────┼───────────────┼─────────────────┼──────────────────┼───────────────┼────────────────┼──────────────────┼──────┤ -│ 0 │ 2 years ago │ 2021 │ 12 │ 30 │ 1 │ 2 │ ... │ -╰─────┴───────────────┴─────────────────┴──────────────────┴───────────────┴────────────────┴──────────────────┴──────╯ +╭───┬─────────────┬───────────────┬────────────────┬──────────────┬───────────────┬─────────────────┬─────────────────┬─────────────╮ +│ # │ datetime │ datetime_year │ datetime_month │ datetime_day │ datetime_hour │ datetime_minute │ datetime_second │ datetime_ns │ +├───┼─────────────┼───────────────┼────────────────┼──────────────┼───────────────┼─────────────────┼─────────────────┼─────────────┤ +│ 0 │ 2 years ago │ 2021 │ 12 │ 30 │ 1 │ 2 │ 3 │ 123456789 │ +╰───┴─────────────┴───────────────┴────────────────┴──────────────┴───────────────┴─────────────────┴─────────────────┴─────────────╯ ``` diff --git a/commands/docs/polars_drop-duplicates.md b/commands/docs/polars_drop-duplicates.md index b2e0109972f..ada9f0781d2 100644 --- a/commands/docs/polars_drop-duplicates.md +++ b/commands/docs/polars_drop-duplicates.md @@ -2,12 +2,11 @@ title: polars drop-duplicates categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Drops duplicate values in dataframe. usage: | Drops duplicate values in dataframe. -feature: default --- diff --git a/commands/docs/polars_drop-nulls.md b/commands/docs/polars_drop-nulls.md index 654a35ba65d..81e7d2bf7ec 100644 --- a/commands/docs/polars_drop-nulls.md +++ b/commands/docs/polars_drop-nulls.md @@ -2,12 +2,11 @@ title: polars drop-nulls categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Drops null values in dataframe. usage: | Drops null values in dataframe. -feature: default --- diff --git a/commands/docs/polars_drop.md b/commands/docs/polars_drop.md index 0440cc674fe..53c17e87533 100644 --- a/commands/docs/polars_drop.md +++ b/commands/docs/polars_drop.md @@ -2,12 +2,11 @@ title: polars drop categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates a new dataframe by dropping the selected columns. usage: | Creates a new dataframe by dropping the selected columns. -feature: default --- diff --git a/commands/docs/polars_dummies.md b/commands/docs/polars_dummies.md index 8398edb1d4d..e1900160fcd 100644 --- a/commands/docs/polars_dummies.md +++ b/commands/docs/polars_dummies.md @@ -2,12 +2,11 @@ title: polars dummies categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates a new dataframe with dummy variables. usage: | Creates a new dataframe with dummy variables. -feature: default --- diff --git a/commands/docs/polars_explode.md b/commands/docs/polars_explode.md index 418c5c53b0f..5b042b46912 100644 --- a/commands/docs/polars_explode.md +++ b/commands/docs/polars_explode.md @@ -2,12 +2,11 @@ title: polars explode categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Explodes a dataframe or creates a explode expression. usage: | Explodes a dataframe or creates a explode expression. -feature: default --- diff --git a/commands/docs/polars_expr-not.md b/commands/docs/polars_expr-not.md index e2ef6b2ddc5..61d28677a97 100644 --- a/commands/docs/polars_expr-not.md +++ b/commands/docs/polars_expr-not.md @@ -2,12 +2,11 @@ title: polars expr-not categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a not expression. usage: | Creates a not expression. -feature: default --- diff --git a/commands/docs/polars_fetch.md b/commands/docs/polars_fetch.md index e1991969592..122f8ec1a91 100644 --- a/commands/docs/polars_fetch.md +++ b/commands/docs/polars_fetch.md @@ -2,12 +2,11 @@ title: polars fetch categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Collects the lazyframe to the selected rows. usage: | Collects the lazyframe to the selected rows. -feature: default --- diff --git a/commands/docs/polars_fill-nan.md b/commands/docs/polars_fill-nan.md index 34ccfb95be6..440e0b1e236 100644 --- a/commands/docs/polars_fill-nan.md +++ b/commands/docs/polars_fill-nan.md @@ -2,12 +2,11 @@ title: polars fill-nan categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Replaces NaN values with the given expression. usage: | Replaces NaN values with the given expression. -feature: default --- diff --git a/commands/docs/polars_fill-null.md b/commands/docs/polars_fill-null.md index e62bdcd9d0c..a3e08262704 100644 --- a/commands/docs/polars_fill-null.md +++ b/commands/docs/polars_fill-null.md @@ -2,12 +2,11 @@ title: polars fill-null categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Replaces NULL values with the given expression. usage: | Replaces NULL values with the given expression. -feature: default --- diff --git a/commands/docs/polars_filter-with.md b/commands/docs/polars_filter-with.md index 797c715a029..4942ea31605 100644 --- a/commands/docs/polars_filter-with.md +++ b/commands/docs/polars_filter-with.md @@ -2,12 +2,11 @@ title: polars filter-with categories: | dataframe or lazyframe -version: 0.94.0 +version: 0.95.0 dataframe_or_lazyframe: | Filters dataframe using a mask or expression as reference. usage: | Filters dataframe using a mask or expression as reference. -feature: default --- diff --git a/commands/docs/polars_filter.md b/commands/docs/polars_filter.md index fb2bdf4c0f9..1ec0324aaac 100644 --- a/commands/docs/polars_filter.md +++ b/commands/docs/polars_filter.md @@ -2,12 +2,11 @@ title: polars filter categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Filter dataframe based in expression. usage: | Filter dataframe based in expression. -feature: default --- diff --git a/commands/docs/polars_first.md b/commands/docs/polars_first.md index 766a656a051..aeb8219f472 100644 --- a/commands/docs/polars_first.md +++ b/commands/docs/polars_first.md @@ -2,12 +2,11 @@ title: polars first categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Show only the first number of rows or create a first expression usage: | Show only the first number of rows or create a first expression -feature: default --- diff --git a/commands/docs/polars_flatten.md b/commands/docs/polars_flatten.md index 7fe75529dce..7f602302c82 100644 --- a/commands/docs/polars_flatten.md +++ b/commands/docs/polars_flatten.md @@ -2,12 +2,11 @@ title: polars flatten categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | An alias for polars explode. usage: | An alias for polars explode. -feature: default --- diff --git a/commands/docs/polars_get-day.md b/commands/docs/polars_get-day.md index e5bc5d463fd..774ffcd7c46 100644 --- a/commands/docs/polars_get-day.md +++ b/commands/docs/polars_get-day.md @@ -2,12 +2,11 @@ title: polars get-day categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets day from date. usage: | Gets day from date. -feature: default --- diff --git a/commands/docs/polars_get-hour.md b/commands/docs/polars_get-hour.md index a9bdae05d9e..6e76e353d66 100644 --- a/commands/docs/polars_get-hour.md +++ b/commands/docs/polars_get-hour.md @@ -2,12 +2,11 @@ title: polars get-hour categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets hour from date. usage: | Gets hour from date. -feature: default --- diff --git a/commands/docs/polars_get-minute.md b/commands/docs/polars_get-minute.md index d8c84000a3a..d3d9b0d4a32 100644 --- a/commands/docs/polars_get-minute.md +++ b/commands/docs/polars_get-minute.md @@ -2,12 +2,11 @@ title: polars get-minute categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets minute from date. usage: | Gets minute from date. -feature: default --- diff --git a/commands/docs/polars_get-month.md b/commands/docs/polars_get-month.md index 614166b4bc6..000df9882a5 100644 --- a/commands/docs/polars_get-month.md +++ b/commands/docs/polars_get-month.md @@ -2,12 +2,11 @@ title: polars get-month categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets month from date. usage: | Gets month from date. -feature: default --- diff --git a/commands/docs/polars_get-nanosecond.md b/commands/docs/polars_get-nanosecond.md index 4b822e0abbd..f2539a9f7ae 100644 --- a/commands/docs/polars_get-nanosecond.md +++ b/commands/docs/polars_get-nanosecond.md @@ -2,12 +2,11 @@ title: polars get-nanosecond categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets nanosecond from date. usage: | Gets nanosecond from date. -feature: default --- diff --git a/commands/docs/polars_get-ordinal.md b/commands/docs/polars_get-ordinal.md index b6069469005..d0d4129bcfc 100644 --- a/commands/docs/polars_get-ordinal.md +++ b/commands/docs/polars_get-ordinal.md @@ -2,12 +2,11 @@ title: polars get-ordinal categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets ordinal from date. usage: | Gets ordinal from date. -feature: default --- diff --git a/commands/docs/polars_get-second.md b/commands/docs/polars_get-second.md index cab826ec107..99aab250dc1 100644 --- a/commands/docs/polars_get-second.md +++ b/commands/docs/polars_get-second.md @@ -2,12 +2,11 @@ title: polars get-second categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets second from date. usage: | Gets second from date. -feature: default --- diff --git a/commands/docs/polars_get-week.md b/commands/docs/polars_get-week.md index 333d4ad30b7..0f164d46669 100644 --- a/commands/docs/polars_get-week.md +++ b/commands/docs/polars_get-week.md @@ -2,12 +2,11 @@ title: polars get-week categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets week from date. usage: | Gets week from date. -feature: default --- diff --git a/commands/docs/polars_get-weekday.md b/commands/docs/polars_get-weekday.md index f854f36cad3..5b25482b4ea 100644 --- a/commands/docs/polars_get-weekday.md +++ b/commands/docs/polars_get-weekday.md @@ -2,12 +2,11 @@ title: polars get-weekday categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets weekday from date. usage: | Gets weekday from date. -feature: default --- diff --git a/commands/docs/polars_get-year.md b/commands/docs/polars_get-year.md index cc8ceaa0c58..7bad8d35b2b 100644 --- a/commands/docs/polars_get-year.md +++ b/commands/docs/polars_get-year.md @@ -2,12 +2,11 @@ title: polars get-year categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets year from date. usage: | Gets year from date. -feature: default --- diff --git a/commands/docs/polars_get.md b/commands/docs/polars_get.md index c19e815a77e..923e0424921 100644 --- a/commands/docs/polars_get.md +++ b/commands/docs/polars_get.md @@ -2,12 +2,11 @@ title: polars get categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates dataframe with the selected columns. usage: | Creates dataframe with the selected columns. -feature: default --- diff --git a/commands/docs/polars_group-by.md b/commands/docs/polars_group-by.md index a97b7d8a222..c465a6cd9f7 100644 --- a/commands/docs/polars_group-by.md +++ b/commands/docs/polars_group-by.md @@ -2,12 +2,11 @@ title: polars group-by categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Creates a group-by object that can be used for other aggregations. usage: | Creates a group-by object that can be used for other aggregations. -feature: default --- diff --git a/commands/docs/polars_implode.md b/commands/docs/polars_implode.md index 2c19209b144..2b40062ea66 100644 --- a/commands/docs/polars_implode.md +++ b/commands/docs/polars_implode.md @@ -2,12 +2,11 @@ title: polars implode categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Aggregates a group to a Series. usage: | Aggregates a group to a Series. -feature: default --- diff --git a/commands/docs/polars_into-df.md b/commands/docs/polars_into-df.md index 14c6dcd0573..fc3d6452e57 100644 --- a/commands/docs/polars_into-df.md +++ b/commands/docs/polars_into-df.md @@ -2,12 +2,11 @@ title: polars into-df categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Converts a list, table or record into a dataframe. usage: | Converts a list, table or record into a dataframe. -feature: default --- diff --git a/commands/docs/polars_into-lazy.md b/commands/docs/polars_into-lazy.md index ddbd2475327..97b7d4fea21 100644 --- a/commands/docs/polars_into-lazy.md +++ b/commands/docs/polars_into-lazy.md @@ -2,12 +2,11 @@ title: polars into-lazy categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Converts a dataframe into a lazy dataframe. usage: | Converts a dataframe into a lazy dataframe. -feature: default --- diff --git a/commands/docs/polars_into-nu.md b/commands/docs/polars_into-nu.md index 71b0ccb688e..70bc292eea4 100644 --- a/commands/docs/polars_into-nu.md +++ b/commands/docs/polars_into-nu.md @@ -2,12 +2,11 @@ title: polars into-nu categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Converts a dataframe or an expression into into nushell value for access and exploration. usage: | Converts a dataframe or an expression into into nushell value for access and exploration. -feature: default --- diff --git a/commands/docs/polars_is-duplicated.md b/commands/docs/polars_is-duplicated.md index 86244401b05..d6d71dfa823 100644 --- a/commands/docs/polars_is-duplicated.md +++ b/commands/docs/polars_is-duplicated.md @@ -2,12 +2,11 @@ title: polars is-duplicated categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates mask indicating duplicated values. usage: | Creates mask indicating duplicated values. -feature: default --- diff --git a/commands/docs/polars_is-in.md b/commands/docs/polars_is-in.md index 0afbe64c5f2..3023af60552 100644 --- a/commands/docs/polars_is-in.md +++ b/commands/docs/polars_is-in.md @@ -2,12 +2,11 @@ title: polars is-in categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates an is-in expression or checks to see if the elements are contained in the right series usage: | Creates an is-in expression or checks to see if the elements are contained in the right series -feature: default --- diff --git a/commands/docs/polars_is-not-null.md b/commands/docs/polars_is-not-null.md index b0d5c64a75b..bbdbe041782 100644 --- a/commands/docs/polars_is-not-null.md +++ b/commands/docs/polars_is-not-null.md @@ -2,12 +2,11 @@ title: polars is-not-null categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates mask where value is not null. usage: | Creates mask where value is not null. -feature: default --- diff --git a/commands/docs/polars_is-null.md b/commands/docs/polars_is-null.md index 6a423bdb174..a2f9b7826f7 100644 --- a/commands/docs/polars_is-null.md +++ b/commands/docs/polars_is-null.md @@ -2,12 +2,11 @@ title: polars is-null categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates mask where value is null. usage: | Creates mask where value is null. -feature: default --- diff --git a/commands/docs/polars_is-unique.md b/commands/docs/polars_is-unique.md index ca31a6b9893..3de918ceaa9 100644 --- a/commands/docs/polars_is-unique.md +++ b/commands/docs/polars_is-unique.md @@ -2,12 +2,11 @@ title: polars is-unique categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates mask indicating unique values. usage: | Creates mask indicating unique values. -feature: default --- diff --git a/commands/docs/polars_join.md b/commands/docs/polars_join.md index d87657811fb..9e1aa5b735f 100644 --- a/commands/docs/polars_join.md +++ b/commands/docs/polars_join.md @@ -2,12 +2,11 @@ title: polars join categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Joins a lazy frame with other lazy frame. usage: | Joins a lazy frame with other lazy frame. -feature: default --- diff --git a/commands/docs/polars_last.md b/commands/docs/polars_last.md index 16e3e74a2c2..1c022ed5a05 100644 --- a/commands/docs/polars_last.md +++ b/commands/docs/polars_last.md @@ -2,12 +2,11 @@ title: polars last categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates new dataframe with tail rows or creates a last expression. usage: | Creates new dataframe with tail rows or creates a last expression. -feature: default --- diff --git a/commands/docs/polars_lit.md b/commands/docs/polars_lit.md index f5f0b571e81..9eeda9018ec 100644 --- a/commands/docs/polars_lit.md +++ b/commands/docs/polars_lit.md @@ -2,12 +2,11 @@ title: polars lit categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a literal expression. usage: | Creates a literal expression. -feature: default --- diff --git a/commands/docs/polars_lowercase.md b/commands/docs/polars_lowercase.md index 6b0d0d47c0b..f51a31c73a7 100644 --- a/commands/docs/polars_lowercase.md +++ b/commands/docs/polars_lowercase.md @@ -2,12 +2,11 @@ title: polars lowercase categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Lowercase the strings in the column. usage: | Lowercase the strings in the column. -feature: default --- diff --git a/commands/docs/polars_max.md b/commands/docs/polars_max.md index ea40bac9170..f559988b708 100644 --- a/commands/docs/polars_max.md +++ b/commands/docs/polars_max.md @@ -2,12 +2,11 @@ title: polars max categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a max expression or aggregates columns to their max value. usage: | Creates a max expression or aggregates columns to their max value. -feature: default --- diff --git a/commands/docs/polars_mean.md b/commands/docs/polars_mean.md index 9e86008915f..54312a39270 100644 --- a/commands/docs/polars_mean.md +++ b/commands/docs/polars_mean.md @@ -2,12 +2,11 @@ title: polars mean categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a mean expression for an aggregation or aggregates columns to their mean value. usage: | Creates a mean expression for an aggregation or aggregates columns to their mean value. -feature: default --- diff --git a/commands/docs/polars_median.md b/commands/docs/polars_median.md index 90442dc753d..a7710657523 100644 --- a/commands/docs/polars_median.md +++ b/commands/docs/polars_median.md @@ -2,12 +2,11 @@ title: polars median categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Median value from columns in a dataframe or creates expression for an aggregation usage: | Median value from columns in a dataframe or creates expression for an aggregation -feature: default --- diff --git a/commands/docs/polars_melt.md b/commands/docs/polars_melt.md index b10d78a840b..5d5a6cb301b 100644 --- a/commands/docs/polars_melt.md +++ b/commands/docs/polars_melt.md @@ -2,12 +2,11 @@ title: polars melt categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Unpivot a DataFrame from wide to long format. usage: | Unpivot a DataFrame from wide to long format. -feature: default --- diff --git a/commands/docs/polars_min.md b/commands/docs/polars_min.md index b2ec1b89a00..9056a64863f 100644 --- a/commands/docs/polars_min.md +++ b/commands/docs/polars_min.md @@ -2,12 +2,11 @@ title: polars min categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a min expression or aggregates columns to their min value. usage: | Creates a min expression or aggregates columns to their min value. -feature: default --- diff --git a/commands/docs/polars_n-unique.md b/commands/docs/polars_n-unique.md index 0fc1d54ef6a..12fe85517bd 100644 --- a/commands/docs/polars_n-unique.md +++ b/commands/docs/polars_n-unique.md @@ -2,12 +2,11 @@ title: polars n-unique categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Counts unique values. usage: | Counts unique values. -feature: default --- diff --git a/commands/docs/polars_not.md b/commands/docs/polars_not.md index 0f811cdd913..e5151fb42f1 100644 --- a/commands/docs/polars_not.md +++ b/commands/docs/polars_not.md @@ -2,12 +2,11 @@ title: polars not categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Inverts boolean mask. usage: | Inverts boolean mask. -feature: default --- diff --git a/commands/docs/polars_open.md b/commands/docs/polars_open.md index 199a4931fff..5dee5df64cf 100644 --- a/commands/docs/polars_open.md +++ b/commands/docs/polars_open.md @@ -2,12 +2,11 @@ title: polars open categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Opens CSV, JSON, JSON lines, arrow, avro, or parquet file to create dataframe. usage: | Opens CSV, JSON, JSON lines, arrow, avro, or parquet file to create dataframe. -feature: default --- diff --git a/commands/docs/polars_otherwise.md b/commands/docs/polars_otherwise.md index 112f8e0b8da..8d7f3885efc 100644 --- a/commands/docs/polars_otherwise.md +++ b/commands/docs/polars_otherwise.md @@ -2,12 +2,11 @@ title: polars otherwise categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Completes a when expression. usage: | Completes a when expression. -feature: default --- diff --git a/commands/docs/polars_quantile.md b/commands/docs/polars_quantile.md index 7712235dade..2c75bf5cbc9 100644 --- a/commands/docs/polars_quantile.md +++ b/commands/docs/polars_quantile.md @@ -2,12 +2,11 @@ title: polars quantile categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Aggregates the columns to the selected quantile. usage: | Aggregates the columns to the selected quantile. -feature: default --- diff --git a/commands/docs/polars_query.md b/commands/docs/polars_query.md index 8450f2da907..9b186fac4db 100644 --- a/commands/docs/polars_query.md +++ b/commands/docs/polars_query.md @@ -2,12 +2,11 @@ title: polars query categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Query dataframe using SQL. Note: The dataframe is always named 'df' in your query's from clause. usage: | Query dataframe using SQL. Note: The dataframe is always named 'df' in your query's from clause. -feature: default --- diff --git a/commands/docs/polars_rename.md b/commands/docs/polars_rename.md index 8345cf327d0..5b8e80f1d46 100644 --- a/commands/docs/polars_rename.md +++ b/commands/docs/polars_rename.md @@ -2,12 +2,11 @@ title: polars rename categories: | dataframe or lazyframe -version: 0.94.0 +version: 0.95.0 dataframe_or_lazyframe: | Rename a dataframe column. usage: | Rename a dataframe column. -feature: default --- diff --git a/commands/docs/polars_replace-all.md b/commands/docs/polars_replace-all.md index 3e66497840f..4386abd5aa3 100644 --- a/commands/docs/polars_replace-all.md +++ b/commands/docs/polars_replace-all.md @@ -2,12 +2,11 @@ title: polars replace-all categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Replace all (sub)strings by a regex pattern. usage: | Replace all (sub)strings by a regex pattern. -feature: default --- diff --git a/commands/docs/polars_replace.md b/commands/docs/polars_replace.md index c1a423005be..ae4fd4f02db 100644 --- a/commands/docs/polars_replace.md +++ b/commands/docs/polars_replace.md @@ -2,12 +2,11 @@ title: polars replace categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Replace the leftmost (sub)string by a regex pattern. usage: | Replace the leftmost (sub)string by a regex pattern. -feature: default --- diff --git a/commands/docs/polars_reverse.md b/commands/docs/polars_reverse.md index 6e84f28fb03..d519b114f28 100644 --- a/commands/docs/polars_reverse.md +++ b/commands/docs/polars_reverse.md @@ -2,12 +2,11 @@ title: polars reverse categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Reverses the LazyFrame usage: | Reverses the LazyFrame -feature: default --- diff --git a/commands/docs/polars_rolling.md b/commands/docs/polars_rolling.md index 36e263ab41d..12511bee256 100644 --- a/commands/docs/polars_rolling.md +++ b/commands/docs/polars_rolling.md @@ -2,12 +2,11 @@ title: polars rolling categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Rolling calculation for a series. usage: | Rolling calculation for a series. -feature: default --- diff --git a/commands/docs/polars_sample.md b/commands/docs/polars_sample.md index 0adab4d34bf..69e0e93e684 100644 --- a/commands/docs/polars_sample.md +++ b/commands/docs/polars_sample.md @@ -2,12 +2,11 @@ title: polars sample categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Create sample dataframe. usage: | Create sample dataframe. -feature: default --- diff --git a/commands/docs/polars_schema.md b/commands/docs/polars_schema.md index 494076ce66a..80068632532 100644 --- a/commands/docs/polars_schema.md +++ b/commands/docs/polars_schema.md @@ -2,12 +2,11 @@ title: polars schema categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Show schema for a dataframe. usage: | Show schema for a dataframe. -feature: default --- diff --git a/commands/docs/polars_select.md b/commands/docs/polars_select.md index caeb09236de..08d89d161c1 100644 --- a/commands/docs/polars_select.md +++ b/commands/docs/polars_select.md @@ -2,12 +2,11 @@ title: polars select categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Selects columns from lazyframe. usage: | Selects columns from lazyframe. -feature: default --- diff --git a/commands/docs/polars_set-with-idx.md b/commands/docs/polars_set-with-idx.md index 8b3f0da02cf..fb269d26cb3 100644 --- a/commands/docs/polars_set-with-idx.md +++ b/commands/docs/polars_set-with-idx.md @@ -2,12 +2,11 @@ title: polars set-with-idx categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Sets value in the given index. usage: | Sets value in the given index. -feature: default --- diff --git a/commands/docs/polars_set.md b/commands/docs/polars_set.md index 23494b78f49..41cd77b1b49 100644 --- a/commands/docs/polars_set.md +++ b/commands/docs/polars_set.md @@ -2,12 +2,11 @@ title: polars set categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Sets value where given mask is true. usage: | Sets value where given mask is true. -feature: default --- diff --git a/commands/docs/polars_shape.md b/commands/docs/polars_shape.md index 166d4940ff1..b68c5d6a3f7 100644 --- a/commands/docs/polars_shape.md +++ b/commands/docs/polars_shape.md @@ -2,12 +2,11 @@ title: polars shape categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Shows column and row size for a dataframe. usage: | Shows column and row size for a dataframe. -feature: default --- diff --git a/commands/docs/polars_shift.md b/commands/docs/polars_shift.md index 0cd1499d744..ce4990148a2 100644 --- a/commands/docs/polars_shift.md +++ b/commands/docs/polars_shift.md @@ -2,12 +2,11 @@ title: polars shift categories: | dataframe or lazyframe -version: 0.94.0 +version: 0.95.0 dataframe_or_lazyframe: | Shifts the values by a given period. usage: | Shifts the values by a given period. -feature: default --- diff --git a/commands/docs/polars_slice.md b/commands/docs/polars_slice.md index 32b5b98f225..ae1dba0852d 100644 --- a/commands/docs/polars_slice.md +++ b/commands/docs/polars_slice.md @@ -2,12 +2,11 @@ title: polars slice categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates new dataframe from a slice of rows. usage: | Creates new dataframe from a slice of rows. -feature: default --- diff --git a/commands/docs/polars_sort-by.md b/commands/docs/polars_sort-by.md index 1004ea14cd8..9cbe53cdd67 100644 --- a/commands/docs/polars_sort-by.md +++ b/commands/docs/polars_sort-by.md @@ -2,12 +2,11 @@ title: polars sort-by categories: | lazyframe -version: 0.94.0 +version: 0.95.0 lazyframe: | Sorts a lazy dataframe based on expression(s). usage: | Sorts a lazy dataframe based on expression(s). -feature: default --- diff --git a/commands/docs/polars_std.md b/commands/docs/polars_std.md index a2bc3638d44..d08c3b55295 100644 --- a/commands/docs/polars_std.md +++ b/commands/docs/polars_std.md @@ -2,12 +2,11 @@ title: polars std categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a std expression for an aggregation of std value from columns in a dataframe. usage: | Creates a std expression for an aggregation of std value from columns in a dataframe. -feature: default --- diff --git a/commands/docs/polars_store-get.md b/commands/docs/polars_store-get.md index 8f314e7b4e6..6d1584947fd 100644 --- a/commands/docs/polars_store-get.md +++ b/commands/docs/polars_store-get.md @@ -2,12 +2,11 @@ title: polars store-get categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Gets a Dataframe or other object from the plugin cache. usage: | Gets a Dataframe or other object from the plugin cache. -feature: default --- diff --git a/commands/docs/polars_store-ls.md b/commands/docs/polars_store-ls.md index 1f633d52829..ca10b4d09da 100644 --- a/commands/docs/polars_store-ls.md +++ b/commands/docs/polars_store-ls.md @@ -2,12 +2,11 @@ title: polars store-ls categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Lists stored dataframes. usage: | Lists stored dataframes. -feature: default --- diff --git a/commands/docs/polars_store-rm.md b/commands/docs/polars_store-rm.md index b182a151228..1707aae78ee 100644 --- a/commands/docs/polars_store-rm.md +++ b/commands/docs/polars_store-rm.md @@ -2,12 +2,11 @@ title: polars store-rm categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Removes a stored Dataframe or other object from the plugin cache. usage: | Removes a stored Dataframe or other object from the plugin cache. -feature: default --- diff --git a/commands/docs/polars_str-lengths.md b/commands/docs/polars_str-lengths.md index 6eb34b6f789..0030e8a43c0 100644 --- a/commands/docs/polars_str-lengths.md +++ b/commands/docs/polars_str-lengths.md @@ -2,12 +2,11 @@ title: polars str-lengths categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Get lengths of all strings. usage: | Get lengths of all strings. -feature: default --- diff --git a/commands/docs/polars_str-slice.md b/commands/docs/polars_str-slice.md index c60ad810e7a..78de669a305 100644 --- a/commands/docs/polars_str-slice.md +++ b/commands/docs/polars_str-slice.md @@ -2,12 +2,11 @@ title: polars str-slice categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Slices the string from the start position until the selected length. usage: | Slices the string from the start position until the selected length. -feature: default --- diff --git a/commands/docs/polars_strftime.md b/commands/docs/polars_strftime.md index 1412a0099fb..06a73490851 100644 --- a/commands/docs/polars_strftime.md +++ b/commands/docs/polars_strftime.md @@ -2,12 +2,11 @@ title: polars strftime categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Formats date based on string rule. usage: | Formats date based on string rule. -feature: default --- diff --git a/commands/docs/polars_sum.md b/commands/docs/polars_sum.md index 2eb3ac929ff..ce910ecdc99 100644 --- a/commands/docs/polars_sum.md +++ b/commands/docs/polars_sum.md @@ -2,12 +2,11 @@ title: polars sum categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates a sum expression for an aggregation or aggregates columns to their sum value. usage: | Creates a sum expression for an aggregation or aggregates columns to their sum value. -feature: default --- diff --git a/commands/docs/polars_summary.md b/commands/docs/polars_summary.md index 83619c7e8a9..c32be342099 100644 --- a/commands/docs/polars_summary.md +++ b/commands/docs/polars_summary.md @@ -2,12 +2,11 @@ title: polars summary categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | For a dataframe, produces descriptive statistics (summary statistics) for its numeric columns. usage: | For a dataframe, produces descriptive statistics (summary statistics) for its numeric columns. -feature: default --- diff --git a/commands/docs/polars_take.md b/commands/docs/polars_take.md index 01cb26b4d20..9ff316f353b 100644 --- a/commands/docs/polars_take.md +++ b/commands/docs/polars_take.md @@ -2,12 +2,11 @@ title: polars take categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Creates new dataframe using the given indices. usage: | Creates new dataframe using the given indices. -feature: default --- diff --git a/commands/docs/polars_to-arrow.md b/commands/docs/polars_to-arrow.md index 1ae68e68fa1..cfe211c3571 100644 --- a/commands/docs/polars_to-arrow.md +++ b/commands/docs/polars_to-arrow.md @@ -2,12 +2,11 @@ title: polars to-arrow categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Saves dataframe to arrow file. usage: | Saves dataframe to arrow file. -feature: default --- diff --git a/commands/docs/polars_to-avro.md b/commands/docs/polars_to-avro.md index ba7d3a882b5..15cf1facd14 100644 --- a/commands/docs/polars_to-avro.md +++ b/commands/docs/polars_to-avro.md @@ -2,12 +2,11 @@ title: polars to-avro categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Saves dataframe to avro file. usage: | Saves dataframe to avro file. -feature: default --- diff --git a/commands/docs/polars_to-csv.md b/commands/docs/polars_to-csv.md index b9d214b2f8a..65cd88caddf 100644 --- a/commands/docs/polars_to-csv.md +++ b/commands/docs/polars_to-csv.md @@ -2,12 +2,11 @@ title: polars to-csv categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Saves dataframe to CSV file. usage: | Saves dataframe to CSV file. -feature: default --- diff --git a/commands/docs/polars_to-jsonl.md b/commands/docs/polars_to-jsonl.md index bd1e71709e8..8896019c94b 100644 --- a/commands/docs/polars_to-jsonl.md +++ b/commands/docs/polars_to-jsonl.md @@ -2,12 +2,11 @@ title: polars to-jsonl categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Saves dataframe to a JSON lines file. usage: | Saves dataframe to a JSON lines file. -feature: default --- diff --git a/commands/docs/polars_to-parquet.md b/commands/docs/polars_to-parquet.md index 77f47c148d2..b129e9d0205 100644 --- a/commands/docs/polars_to-parquet.md +++ b/commands/docs/polars_to-parquet.md @@ -2,12 +2,11 @@ title: polars to-parquet categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Saves dataframe to parquet file. usage: | Saves dataframe to parquet file. -feature: default --- diff --git a/commands/docs/polars_unique.md b/commands/docs/polars_unique.md index 728d67a305d..7c315c0aa3c 100644 --- a/commands/docs/polars_unique.md +++ b/commands/docs/polars_unique.md @@ -2,12 +2,11 @@ title: polars unique categories: | dataframe or lazyframe -version: 0.94.0 +version: 0.95.0 dataframe_or_lazyframe: | Returns unique values from a dataframe. usage: | Returns unique values from a dataframe. -feature: default --- diff --git a/commands/docs/polars_uppercase.md b/commands/docs/polars_uppercase.md index 01bfb3c1598..d72756855ce 100644 --- a/commands/docs/polars_uppercase.md +++ b/commands/docs/polars_uppercase.md @@ -2,12 +2,11 @@ title: polars uppercase categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Uppercase the strings in the column. usage: | Uppercase the strings in the column. -feature: default --- diff --git a/commands/docs/polars_value-counts.md b/commands/docs/polars_value-counts.md index 77fc9de2cb6..67473f35d55 100644 --- a/commands/docs/polars_value-counts.md +++ b/commands/docs/polars_value-counts.md @@ -2,12 +2,11 @@ title: polars value-counts categories: | dataframe -version: 0.94.0 +version: 0.95.0 dataframe: | Returns a dataframe with the counts for unique values in series. usage: | Returns a dataframe with the counts for unique values in series. -feature: default --- diff --git a/commands/docs/polars_var.md b/commands/docs/polars_var.md index 04c97947456..2c639b7fc74 100644 --- a/commands/docs/polars_var.md +++ b/commands/docs/polars_var.md @@ -2,12 +2,11 @@ title: polars var categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Create a var expression for an aggregation. usage: | Create a var expression for an aggregation. -feature: default --- diff --git a/commands/docs/polars_when.md b/commands/docs/polars_when.md index 2f1b17c917d..35458f0e9db 100644 --- a/commands/docs/polars_when.md +++ b/commands/docs/polars_when.md @@ -2,12 +2,11 @@ title: polars when categories: | expression -version: 0.94.0 +version: 0.95.0 expression: | Creates and modifies a when expression. usage: | Creates and modifies a when expression. -feature: default --- diff --git a/commands/docs/polars_with-column.md b/commands/docs/polars_with-column.md index ca68a103be9..fe2803083df 100644 --- a/commands/docs/polars_with-column.md +++ b/commands/docs/polars_with-column.md @@ -2,12 +2,11 @@ title: polars with-column categories: | dataframe or lazyframe -version: 0.94.0 +version: 0.95.0 dataframe_or_lazyframe: | Adds a series to the dataframe. usage: | Adds a series to the dataframe. -feature: default --- diff --git a/commands/docs/port.md b/commands/docs/port.md index ca70974038b..c559685a62d 100644 --- a/commands/docs/port.md +++ b/commands/docs/port.md @@ -2,12 +2,11 @@ title: port categories: | network -version: 0.94.0 +version: 0.95.0 network: | Get a free port from system. usage: | Get a free port from system. -feature: default --- diff --git a/commands/docs/prepend.md b/commands/docs/prepend.md index c6fefbbf7a5..a2b0edb8736 100644 --- a/commands/docs/prepend.md +++ b/commands/docs/prepend.md @@ -2,12 +2,11 @@ title: prepend categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Prepend any number of rows to a table. usage: | Prepend any number of rows to a table. -feature: default --- diff --git a/commands/docs/print.md b/commands/docs/print.md index d25759a2a99..c447bee4501 100644 --- a/commands/docs/print.md +++ b/commands/docs/print.md @@ -2,12 +2,11 @@ title: print categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Print the given values to stdout. usage: | Print the given values to stdout. -feature: default --- diff --git a/commands/docs/ps.md b/commands/docs/ps.md index a1e3098c234..98e0a2537ff 100644 --- a/commands/docs/ps.md +++ b/commands/docs/ps.md @@ -2,12 +2,11 @@ title: ps categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about system processes. usage: | View information about system processes. -feature: default --- diff --git a/commands/docs/pwd.md b/commands/docs/pwd.md index 2fa3eec0a29..953b72cd1ce 100644 --- a/commands/docs/pwd.md +++ b/commands/docs/pwd.md @@ -2,12 +2,11 @@ title: pwd categories: | default -version: 0.94.0 +version: 0.95.0 default: | Return the current working directory usage: | Return the current working directory -feature: default --- diff --git a/commands/docs/query.md b/commands/docs/query.md index cb7e10edd50..2e6153ff00c 100644 --- a/commands/docs/query.md +++ b/commands/docs/query.md @@ -2,12 +2,11 @@ title: query categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Show all the query commands usage: | Show all the query commands -feature: default --- @@ -15,6 +14,10 @@ feature: default
Show all the query commands
+::: warning +Command `query` resides in [plugin](/book/plugins.html) [`nu_plugin_query`](https://crates.io/crates/nu_plugin_query). To use this command, you must install/compile and register nu_plugin_query +::: + ## Signature ```> query {flags} ``` diff --git a/commands/docs/query_db.md b/commands/docs/query_db.md index f8eafc1bb35..b48fc0146c1 100644 --- a/commands/docs/query_db.md +++ b/commands/docs/query_db.md @@ -2,12 +2,11 @@ title: query db categories: | database -version: 0.94.0 +version: 0.95.0 database: | Query a database using SQL. usage: | Query a database using SQL. -feature: default --- diff --git a/commands/docs/query_json.md b/commands/docs/query_json.md index b5b1c634949..9f79d7b1de7 100644 --- a/commands/docs/query_json.md +++ b/commands/docs/query_json.md @@ -2,12 +2,11 @@ title: query json categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | execute json query on json file (open --raw | query json 'query string') usage: | execute json query on json file (open --raw | query json 'query string') -feature: default --- @@ -15,6 +14,10 @@ feature: default
execute json query on json file (open --raw <file> | query json 'query string')
+::: warning +Command `query json` resides in [plugin](/book/plugins.html) [`nu_plugin_query`](https://crates.io/crates/nu_plugin_query). To use this command, you must install/compile and register nu_plugin_query +::: + ## Signature ```> query json {flags} (query)``` diff --git a/commands/docs/query_web.md b/commands/docs/query_web.md index a6bc3e64047..60dd9916068 100644 --- a/commands/docs/query_web.md +++ b/commands/docs/query_web.md @@ -2,12 +2,11 @@ title: query web categories: | network -version: 0.94.0 +version: 0.95.0 network: | execute selector query on html/web usage: | execute selector query on html/web -feature: default --- @@ -15,6 +14,10 @@ feature: default
execute selector query on html/web
+::: warning +Command `query web` resides in [plugin](/book/plugins.html) [`nu_plugin_query`](https://crates.io/crates/nu_plugin_query). To use this command, you must install/compile and register nu_plugin_query +::: + ## Signature ```> query web {flags} ``` diff --git a/commands/docs/query_xml.md b/commands/docs/query_xml.md index 175e48d220f..264630744ca 100644 --- a/commands/docs/query_xml.md +++ b/commands/docs/query_xml.md @@ -2,12 +2,11 @@ title: query xml categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | execute xpath query on xml usage: | execute xpath query on xml -feature: default --- @@ -15,6 +14,10 @@ feature: default
execute xpath query on xml
+::: warning +Command `query xml` resides in [plugin](/book/plugins.html) [`nu_plugin_query`](https://crates.io/crates/nu_plugin_query). To use this command, you must install/compile and register nu_plugin_query +::: + ## Signature ```> query xml {flags} (query)``` diff --git a/commands/docs/random.md b/commands/docs/random.md index 7204751d5d4..bb0bb88bbca 100644 --- a/commands/docs/random.md +++ b/commands/docs/random.md @@ -2,12 +2,11 @@ title: random categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate a random value. usage: | Generate a random value. -feature: default --- diff --git a/commands/docs/random_bool.md b/commands/docs/random_bool.md index 5332302b892..4bc93450665 100644 --- a/commands/docs/random_bool.md +++ b/commands/docs/random_bool.md @@ -2,12 +2,11 @@ title: random bool categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate a random boolean value. usage: | Generate a random boolean value. -feature: default --- diff --git a/commands/docs/random_chars.md b/commands/docs/random_chars.md index 312fbf472ea..4b7d7879e3b 100644 --- a/commands/docs/random_chars.md +++ b/commands/docs/random_chars.md @@ -2,12 +2,11 @@ title: random chars categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate random chars. usage: | Generate random chars. -feature: default --- diff --git a/commands/docs/random_dice.md b/commands/docs/random_dice.md index 5e4a49778ef..36bfa39fe97 100644 --- a/commands/docs/random_dice.md +++ b/commands/docs/random_dice.md @@ -2,12 +2,11 @@ title: random dice categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate a random dice roll. usage: | Generate a random dice roll. -feature: default --- diff --git a/commands/docs/random_float.md b/commands/docs/random_float.md index f9ffd22add7..fd74efb2c5d 100644 --- a/commands/docs/random_float.md +++ b/commands/docs/random_float.md @@ -2,12 +2,11 @@ title: random float categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate a random float within a range [min..max]. usage: | Generate a random float within a range [min..max]. -feature: default --- diff --git a/commands/docs/random_int.md b/commands/docs/random_int.md index f5458b6c165..86cea2f3064 100644 --- a/commands/docs/random_int.md +++ b/commands/docs/random_int.md @@ -2,12 +2,11 @@ title: random int categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate a random integer [min..max]. usage: | Generate a random integer [min..max]. -feature: default --- diff --git a/commands/docs/random_uuid.md b/commands/docs/random_uuid.md index dba701d9088..32faeff4347 100644 --- a/commands/docs/random_uuid.md +++ b/commands/docs/random_uuid.md @@ -2,12 +2,11 @@ title: random uuid categories: | random -version: 0.94.0 +version: 0.95.0 random: | Generate a random uuid4 string. usage: | Generate a random uuid4 string. -feature: default --- diff --git a/commands/docs/range.md b/commands/docs/range.md index feda12c4d7b..500ebdf5a6e 100644 --- a/commands/docs/range.md +++ b/commands/docs/range.md @@ -2,12 +2,11 @@ title: range categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Return only the selected rows. usage: | Return only the selected rows. -feature: default --- diff --git a/commands/docs/reduce.md b/commands/docs/reduce.md index 50fa51fa70e..77bc26c881f 100644 --- a/commands/docs/reduce.md +++ b/commands/docs/reduce.md @@ -2,12 +2,11 @@ title: reduce categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Aggregate a list to a single value using an accumulator closure. usage: | Aggregate a list to a single value using an accumulator closure. -feature: default --- diff --git a/commands/docs/register.md b/commands/docs/register.md index 13ac88f8ba2..c778039c3c0 100644 --- a/commands/docs/register.md +++ b/commands/docs/register.md @@ -2,12 +2,11 @@ title: register categories: | plugin -version: 0.94.0 +version: 0.95.0 plugin: | Register a plugin. usage: | Register a plugin. -feature: default --- diff --git a/commands/docs/registry_query.md b/commands/docs/registry_query.md index fb9a88006b1..526c69861b3 100644 --- a/commands/docs/registry_query.md +++ b/commands/docs/registry_query.md @@ -2,7 +2,7 @@ title: registry query categories: | system -version: 0.94.0 +version: 0.95.0 system: | Query the Windows registry. usage: | diff --git a/commands/docs/reject.md b/commands/docs/reject.md index 08b126a186b..47d87e9c11c 100644 --- a/commands/docs/reject.md +++ b/commands/docs/reject.md @@ -2,12 +2,11 @@ title: reject categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Remove the given columns or rows from the table. Opposite of `select`. usage: | Remove the given columns or rows from the table. Opposite of `select`. -feature: default --- diff --git a/commands/docs/rename.md b/commands/docs/rename.md index 7758cc720df..19c0d6531ab 100644 --- a/commands/docs/rename.md +++ b/commands/docs/rename.md @@ -2,12 +2,11 @@ title: rename categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Creates a new table with columns renamed. usage: | Creates a new table with columns renamed. -feature: default --- diff --git a/commands/docs/return.md b/commands/docs/return.md index c9dee45546b..836fff1a4e5 100644 --- a/commands/docs/return.md +++ b/commands/docs/return.md @@ -2,12 +2,11 @@ title: return categories: | core -version: 0.94.0 +version: 0.95.0 core: | Return early from a function. usage: | Return early from a function. -feature: default --- diff --git a/commands/docs/reverse.md b/commands/docs/reverse.md index 73cf36e8c84..0132b55b1f7 100644 --- a/commands/docs/reverse.md +++ b/commands/docs/reverse.md @@ -2,12 +2,11 @@ title: reverse categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Reverses the input list or table. usage: | Reverses the input list or table. -feature: default --- diff --git a/commands/docs/rm.md b/commands/docs/rm.md index fb91b825859..ea8716c0893 100644 --- a/commands/docs/rm.md +++ b/commands/docs/rm.md @@ -2,12 +2,11 @@ title: rm categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Remove files and directories. usage: | Remove files and directories. -feature: default --- diff --git a/commands/docs/roll.md b/commands/docs/roll.md index 3fd19a4cd65..bb0b33e7dde 100644 --- a/commands/docs/roll.md +++ b/commands/docs/roll.md @@ -2,12 +2,11 @@ title: roll categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Rolling commands for tables. usage: | Rolling commands for tables. -feature: default --- diff --git a/commands/docs/roll_down.md b/commands/docs/roll_down.md index 0f4cecf5afc..07e6a7f0dbc 100644 --- a/commands/docs/roll_down.md +++ b/commands/docs/roll_down.md @@ -2,12 +2,11 @@ title: roll down categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Roll table rows down. usage: | Roll table rows down. -feature: default --- diff --git a/commands/docs/roll_left.md b/commands/docs/roll_left.md index de045cbc42d..6b16ee5b37f 100644 --- a/commands/docs/roll_left.md +++ b/commands/docs/roll_left.md @@ -2,12 +2,11 @@ title: roll left categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Roll record or table columns left. usage: | Roll record or table columns left. -feature: default --- diff --git a/commands/docs/roll_right.md b/commands/docs/roll_right.md index c1da196a6c6..af3b4161867 100644 --- a/commands/docs/roll_right.md +++ b/commands/docs/roll_right.md @@ -2,12 +2,11 @@ title: roll right categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Roll table columns right. usage: | Roll table columns right. -feature: default --- diff --git a/commands/docs/roll_up.md b/commands/docs/roll_up.md index 34e41d2408c..40c9994f164 100644 --- a/commands/docs/roll_up.md +++ b/commands/docs/roll_up.md @@ -2,12 +2,11 @@ title: roll up categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Roll table rows up. usage: | Roll table rows up. -feature: default --- diff --git a/commands/docs/rotate.md b/commands/docs/rotate.md index 5b141c814ac..d87361afa1f 100644 --- a/commands/docs/rotate.md +++ b/commands/docs/rotate.md @@ -2,12 +2,11 @@ title: rotate categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Rotates a table or record clockwise (default) or counter-clockwise (use --ccw flag). usage: | Rotates a table or record clockwise (default) or counter-clockwise (use --ccw flag). -feature: default --- diff --git a/commands/docs/run-external.md b/commands/docs/run-external.md index c6a11d9d308..38f35933fc5 100644 --- a/commands/docs/run-external.md +++ b/commands/docs/run-external.md @@ -2,12 +2,11 @@ title: run-external categories: | system -version: 0.94.0 +version: 0.95.0 system: | Runs external command. usage: | Runs external command. -feature: default --- diff --git a/commands/docs/save.md b/commands/docs/save.md index b579bb28453..1e5b093e110 100644 --- a/commands/docs/save.md +++ b/commands/docs/save.md @@ -2,12 +2,11 @@ title: save categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Save a file. usage: | Save a file. -feature: default --- diff --git a/commands/docs/schema.md b/commands/docs/schema.md index a262f018140..bda0fecabcc 100644 --- a/commands/docs/schema.md +++ b/commands/docs/schema.md @@ -2,12 +2,11 @@ title: schema categories: | database -version: 0.94.0 +version: 0.95.0 database: | Show the schema of a SQLite database. usage: | Show the schema of a SQLite database. -feature: default --- diff --git a/commands/docs/scope.md b/commands/docs/scope.md index 592ffc21513..13a751296d0 100644 --- a/commands/docs/scope.md +++ b/commands/docs/scope.md @@ -2,12 +2,11 @@ title: scope categories: | core -version: 0.94.0 +version: 0.95.0 core: | Commands for getting info about what is in scope. usage: | Commands for getting info about what is in scope. -feature: default --- diff --git a/commands/docs/scope_aliases.md b/commands/docs/scope_aliases.md index c04fa3df739..16d8b0d194d 100644 --- a/commands/docs/scope_aliases.md +++ b/commands/docs/scope_aliases.md @@ -2,12 +2,11 @@ title: scope aliases categories: | core -version: 0.94.0 +version: 0.95.0 core: | Output info on the aliases in the current scope. usage: | Output info on the aliases in the current scope. -feature: default --- diff --git a/commands/docs/scope_commands.md b/commands/docs/scope_commands.md index ea7b9d665b7..7bf408c80ed 100644 --- a/commands/docs/scope_commands.md +++ b/commands/docs/scope_commands.md @@ -2,12 +2,11 @@ title: scope commands categories: | core -version: 0.94.0 +version: 0.95.0 core: | Output info on the commands in the current scope. usage: | Output info on the commands in the current scope. -feature: default --- diff --git a/commands/docs/scope_engine-stats.md b/commands/docs/scope_engine-stats.md index 11f2941cc12..1e1c6e110ed 100644 --- a/commands/docs/scope_engine-stats.md +++ b/commands/docs/scope_engine-stats.md @@ -2,12 +2,11 @@ title: scope engine-stats categories: | core -version: 0.94.0 +version: 0.95.0 core: | Output stats on the engine in the current state. usage: | Output stats on the engine in the current state. -feature: default --- diff --git a/commands/docs/scope_externs.md b/commands/docs/scope_externs.md index 8426a6813f2..4261ae49220 100644 --- a/commands/docs/scope_externs.md +++ b/commands/docs/scope_externs.md @@ -2,12 +2,11 @@ title: scope externs categories: | core -version: 0.94.0 +version: 0.95.0 core: | Output info on the known externals in the current scope. usage: | Output info on the known externals in the current scope. -feature: default --- diff --git a/commands/docs/scope_modules.md b/commands/docs/scope_modules.md index 69068979781..6d570f495a2 100644 --- a/commands/docs/scope_modules.md +++ b/commands/docs/scope_modules.md @@ -2,12 +2,11 @@ title: scope modules categories: | core -version: 0.94.0 +version: 0.95.0 core: | Output info on the modules in the current scope. usage: | Output info on the modules in the current scope. -feature: default --- diff --git a/commands/docs/scope_variables.md b/commands/docs/scope_variables.md index c62ac9b0958..007da99fef7 100644 --- a/commands/docs/scope_variables.md +++ b/commands/docs/scope_variables.md @@ -2,12 +2,11 @@ title: scope variables categories: | core -version: 0.94.0 +version: 0.95.0 core: | Output info on the variables in the current scope. usage: | Output info on the variables in the current scope. -feature: default --- diff --git a/commands/docs/select.md b/commands/docs/select.md index 789b3bcafc6..a62840bcba0 100644 --- a/commands/docs/select.md +++ b/commands/docs/select.md @@ -2,12 +2,11 @@ title: select categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Select only these columns or rows from the input. Opposite of `reject`. usage: | Select only these columns or rows from the input. Opposite of `reject`. -feature: default --- diff --git a/commands/docs/seq.md b/commands/docs/seq.md index 04397312b5b..b74174cf73a 100644 --- a/commands/docs/seq.md +++ b/commands/docs/seq.md @@ -2,12 +2,11 @@ title: seq categories: | generators -version: 0.94.0 +version: 0.95.0 generators: | Output sequences of numbers. usage: | Output sequences of numbers. -feature: default --- diff --git a/commands/docs/seq_char.md b/commands/docs/seq_char.md index 42b6f41236a..0c79d50e5c6 100644 --- a/commands/docs/seq_char.md +++ b/commands/docs/seq_char.md @@ -2,12 +2,11 @@ title: seq char categories: | generators -version: 0.94.0 +version: 0.95.0 generators: | Print a sequence of ASCII characters. usage: | Print a sequence of ASCII characters. -feature: default --- diff --git a/commands/docs/seq_date.md b/commands/docs/seq_date.md index e78ab29b00e..d095985fe0c 100644 --- a/commands/docs/seq_date.md +++ b/commands/docs/seq_date.md @@ -2,12 +2,11 @@ title: seq date categories: | generators -version: 0.94.0 +version: 0.95.0 generators: | Print sequences of dates. usage: | Print sequences of dates. -feature: default --- diff --git a/commands/docs/shells.md b/commands/docs/shells.md index d399f420970..7234d602885 100644 --- a/commands/docs/shells.md +++ b/commands/docs/shells.md @@ -2,7 +2,7 @@ title: shells categories: | shells -version: 0.94.0 +version: 0.95.0 shells: | Lists all open shells. usage: | diff --git a/commands/docs/shuffle.md b/commands/docs/shuffle.md index c1d5f84e1e2..30213af0535 100644 --- a/commands/docs/shuffle.md +++ b/commands/docs/shuffle.md @@ -2,12 +2,11 @@ title: shuffle categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Shuffle rows randomly. usage: | Shuffle rows randomly. -feature: default --- diff --git a/commands/docs/skip.md b/commands/docs/skip.md index a8a1cb7297f..4ed6a003795 100644 --- a/commands/docs/skip.md +++ b/commands/docs/skip.md @@ -2,12 +2,11 @@ title: skip categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Skip the first several rows of the input. Counterpart of `drop`. Opposite of `first`. usage: | Skip the first several rows of the input. Counterpart of `drop`. Opposite of `first`. -feature: default --- diff --git a/commands/docs/skip_until.md b/commands/docs/skip_until.md index 74de593e56e..cc61cd7ec0c 100644 --- a/commands/docs/skip_until.md +++ b/commands/docs/skip_until.md @@ -2,12 +2,11 @@ title: skip until categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Skip elements of the input until a predicate is true. usage: | Skip elements of the input until a predicate is true. -feature: default --- diff --git a/commands/docs/skip_while.md b/commands/docs/skip_while.md index fbabb376c14..5baab12afa3 100644 --- a/commands/docs/skip_while.md +++ b/commands/docs/skip_while.md @@ -2,12 +2,11 @@ title: skip while categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Skip elements of the input while a predicate is true. usage: | Skip elements of the input while a predicate is true. -feature: default --- diff --git a/commands/docs/sleep.md b/commands/docs/sleep.md index 269144410a6..f5309c71b6b 100644 --- a/commands/docs/sleep.md +++ b/commands/docs/sleep.md @@ -2,12 +2,11 @@ title: sleep categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Delay for a specified amount of time. usage: | Delay for a specified amount of time. -feature: default --- diff --git a/commands/docs/sort-by.md b/commands/docs/sort-by.md index d60cbaaffb4..626f1e34cc8 100644 --- a/commands/docs/sort-by.md +++ b/commands/docs/sort-by.md @@ -2,12 +2,11 @@ title: sort-by categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Sort by the given columns, in increasing order. usage: | Sort by the given columns, in increasing order. -feature: default --- diff --git a/commands/docs/sort.md b/commands/docs/sort.md index 630377439b2..973e0a17d4d 100644 --- a/commands/docs/sort.md +++ b/commands/docs/sort.md @@ -2,12 +2,11 @@ title: sort categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Sort in increasing order. usage: | Sort in increasing order. -feature: default --- diff --git a/commands/docs/source-env.md b/commands/docs/source-env.md index d3bd8ca7d6a..fd7eeb35d3e 100644 --- a/commands/docs/source-env.md +++ b/commands/docs/source-env.md @@ -2,12 +2,11 @@ title: source-env categories: | core -version: 0.94.0 +version: 0.95.0 core: | Source the environment from a source file into the current environment. usage: | Source the environment from a source file into the current environment. -feature: default --- diff --git a/commands/docs/source.md b/commands/docs/source.md index 203b1f186ad..7f0e6901fb4 100644 --- a/commands/docs/source.md +++ b/commands/docs/source.md @@ -2,12 +2,11 @@ title: source categories: | core -version: 0.94.0 +version: 0.95.0 core: | Runs a script file in the current context. usage: | Runs a script file in the current context. -feature: default --- diff --git a/commands/docs/split-by.md b/commands/docs/split-by.md index cf1f67328a2..54ec6441776 100644 --- a/commands/docs/split-by.md +++ b/commands/docs/split-by.md @@ -2,12 +2,11 @@ title: split-by categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Split a record into groups. usage: | Split a record into groups. -feature: default --- diff --git a/commands/docs/split.md b/commands/docs/split.md index 15d6ae1a3ff..066f095f752 100644 --- a/commands/docs/split.md +++ b/commands/docs/split.md @@ -2,12 +2,11 @@ title: split categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Split contents across desired subcommand (like row, column) via the separator. usage: | Split contents across desired subcommand (like row, column) via the separator. -feature: default --- diff --git a/commands/docs/split_chars.md b/commands/docs/split_chars.md index 8a2e7dd17e2..4a0f59c1031 100644 --- a/commands/docs/split_chars.md +++ b/commands/docs/split_chars.md @@ -2,12 +2,11 @@ title: split chars categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Split a string into a list of characters. usage: | Split a string into a list of characters. -feature: default --- diff --git a/commands/docs/split_column.md b/commands/docs/split_column.md index 4e2b6a98f18..360dc7d041b 100644 --- a/commands/docs/split_column.md +++ b/commands/docs/split_column.md @@ -2,12 +2,11 @@ title: split column categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Split a string into multiple columns using a separator. usage: | Split a string into multiple columns using a separator. -feature: default --- diff --git a/commands/docs/split_list.md b/commands/docs/split_list.md index a2c9a7d6a0e..0fadee669ae 100644 --- a/commands/docs/split_list.md +++ b/commands/docs/split_list.md @@ -2,12 +2,11 @@ title: split list categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Split a list into multiple lists using a separator. usage: | Split a list into multiple lists using a separator. -feature: default --- diff --git a/commands/docs/split_row.md b/commands/docs/split_row.md index b5fd06a80bb..95adbedfb5b 100644 --- a/commands/docs/split_row.md +++ b/commands/docs/split_row.md @@ -2,12 +2,11 @@ title: split row categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Split a string into multiple rows using a separator. usage: | Split a string into multiple rows using a separator. -feature: default --- diff --git a/commands/docs/split_words.md b/commands/docs/split_words.md index c4e3bc7f7c6..ca5e450db13 100644 --- a/commands/docs/split_words.md +++ b/commands/docs/split_words.md @@ -2,12 +2,11 @@ title: split words categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Split a string's words into separate rows. usage: | Split a string's words into separate rows. -feature: default --- diff --git a/commands/docs/start.md b/commands/docs/start.md index fcfb4f8c3af..eb13dffe1ed 100644 --- a/commands/docs/start.md +++ b/commands/docs/start.md @@ -2,12 +2,11 @@ title: start categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Open a folder, file or website in the default application or viewer. usage: | Open a folder, file or website in the default application or viewer. -feature: default --- diff --git a/commands/docs/stor.md b/commands/docs/stor.md index 71eec4d0550..6881a5e8b9a 100644 --- a/commands/docs/stor.md +++ b/commands/docs/stor.md @@ -2,12 +2,11 @@ title: stor categories: | database -version: 0.94.0 +version: 0.95.0 database: | Various commands for working with the in-memory sqlite database. usage: | Various commands for working with the in-memory sqlite database. -feature: default --- diff --git a/commands/docs/stor_create.md b/commands/docs/stor_create.md index 022dbae06b7..db25fba02f1 100644 --- a/commands/docs/stor_create.md +++ b/commands/docs/stor_create.md @@ -2,12 +2,11 @@ title: stor create categories: | database -version: 0.94.0 +version: 0.95.0 database: | Create a table in the in-memory sqlite database. usage: | Create a table in the in-memory sqlite database. -feature: default --- diff --git a/commands/docs/stor_delete.md b/commands/docs/stor_delete.md index 377f7b75e0d..f8a2ec90ced 100644 --- a/commands/docs/stor_delete.md +++ b/commands/docs/stor_delete.md @@ -2,12 +2,11 @@ title: stor delete categories: | database -version: 0.94.0 +version: 0.95.0 database: | Delete a table or specified rows in the in-memory sqlite database. usage: | Delete a table or specified rows in the in-memory sqlite database. -feature: default --- diff --git a/commands/docs/stor_export.md b/commands/docs/stor_export.md index fd6482e5d40..981836dbc69 100644 --- a/commands/docs/stor_export.md +++ b/commands/docs/stor_export.md @@ -2,12 +2,11 @@ title: stor export categories: | database -version: 0.94.0 +version: 0.95.0 database: | Export the in-memory sqlite database to a sqlite database file. usage: | Export the in-memory sqlite database to a sqlite database file. -feature: default --- diff --git a/commands/docs/stor_import.md b/commands/docs/stor_import.md index a17bca1f662..d4327a78010 100644 --- a/commands/docs/stor_import.md +++ b/commands/docs/stor_import.md @@ -2,12 +2,11 @@ title: stor import categories: | database -version: 0.94.0 +version: 0.95.0 database: | Import a sqlite database file into the in-memory sqlite database. usage: | Import a sqlite database file into the in-memory sqlite database. -feature: default --- diff --git a/commands/docs/stor_insert.md b/commands/docs/stor_insert.md index 4938901a3a9..e01a7b0d88f 100644 --- a/commands/docs/stor_insert.md +++ b/commands/docs/stor_insert.md @@ -2,12 +2,11 @@ title: stor insert categories: | database -version: 0.94.0 +version: 0.95.0 database: | Insert information into a specified table in the in-memory sqlite database. usage: | Insert information into a specified table in the in-memory sqlite database. -feature: default --- @@ -30,7 +29,7 @@ feature: default | input | output | | ------- | ------ | | nothing | table | - +| record | table | ## Examples Insert data the in-memory sqlite database using a data-record of column-name and column-value pairs @@ -38,3 +37,9 @@ Insert data the in-memory sqlite database using a data-record of column-name and > stor insert --table-name nudb --data-record {bool1: true, int1: 5, float1: 1.1, str1: fdncred, datetime1: 2023-04-17} ``` + +Insert data through pipeline input as a record of column-name and column-value pairs +```nu +> {bool1: true, int1: 5, float1: 1.1, str1: fdncred, datetime1: 2023-04-17} | stor insert --table-name nudb + +``` diff --git a/commands/docs/stor_open.md b/commands/docs/stor_open.md index 8b6e543373f..a51354599ce 100644 --- a/commands/docs/stor_open.md +++ b/commands/docs/stor_open.md @@ -2,12 +2,11 @@ title: stor open categories: | database -version: 0.94.0 +version: 0.95.0 database: | Opens the in-memory sqlite database. usage: | Opens the in-memory sqlite database. -feature: default --- diff --git a/commands/docs/stor_reset.md b/commands/docs/stor_reset.md index f93d3b921d3..675adbb2cbf 100644 --- a/commands/docs/stor_reset.md +++ b/commands/docs/stor_reset.md @@ -2,12 +2,11 @@ title: stor reset categories: | database -version: 0.94.0 +version: 0.95.0 database: | Reset the in-memory database by dropping all tables. usage: | Reset the in-memory database by dropping all tables. -feature: default --- diff --git a/commands/docs/stor_update.md b/commands/docs/stor_update.md index 10b5cd034e4..b295659fe01 100644 --- a/commands/docs/stor_update.md +++ b/commands/docs/stor_update.md @@ -2,12 +2,11 @@ title: stor update categories: | database -version: 0.94.0 +version: 0.95.0 database: | Update information in a specified table in the in-memory sqlite database. usage: | Update information in a specified table in the in-memory sqlite database. -feature: default --- @@ -31,7 +30,7 @@ feature: default | input | output | | ------- | ------ | | nothing | table | - +| record | table | ## Examples Update the in-memory sqlite database @@ -45,3 +44,9 @@ Update the in-memory sqlite database with a where clause > stor update --table-name nudb --update-record {str1: nushell datetime1: 2020-04-17} --where-clause "bool1 = 1" ``` + +Update the in-memory sqlite database through pipeline input +```nu +> {str1: nushell datetime1: 2020-04-17} | stor update --table-name nudb + +``` diff --git a/commands/docs/str.md b/commands/docs/str.md index 08802edb221..70191a3d626 100644 --- a/commands/docs/str.md +++ b/commands/docs/str.md @@ -2,12 +2,11 @@ title: str categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Various commands for working with string data. usage: | Various commands for working with string data. -feature: default --- diff --git a/commands/docs/str_camel-case.md b/commands/docs/str_camel-case.md index b613bcbbd4e..1b2a074194e 100644 --- a/commands/docs/str_camel-case.md +++ b/commands/docs/str_camel-case.md @@ -2,12 +2,11 @@ title: str camel-case categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Convert a string to camelCase. usage: | Convert a string to camelCase. -feature: default --- diff --git a/commands/docs/str_capitalize.md b/commands/docs/str_capitalize.md index 071d9fb0cbf..ca1b1d76e4b 100644 --- a/commands/docs/str_capitalize.md +++ b/commands/docs/str_capitalize.md @@ -2,12 +2,11 @@ title: str capitalize categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Capitalize first letter of text. usage: | Capitalize first letter of text. -feature: default --- diff --git a/commands/docs/str_contains.md b/commands/docs/str_contains.md index 3cf4f1c968b..46125ab56fe 100644 --- a/commands/docs/str_contains.md +++ b/commands/docs/str_contains.md @@ -2,12 +2,11 @@ title: str contains categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Checks if string input contains a substring. usage: | Checks if string input contains a substring. -feature: default --- @@ -22,7 +21,6 @@ feature: default ## Flags - `--ignore-case, -i`: search is case insensitive - - `--not, -n`: DEPRECATED OPTION: does not contain ## Parameters diff --git a/commands/docs/str_distance.md b/commands/docs/str_distance.md index bae415bd135..a559b8b0c2a 100644 --- a/commands/docs/str_distance.md +++ b/commands/docs/str_distance.md @@ -2,12 +2,11 @@ title: str distance categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Compare two strings and return the edit distance/Levenshtein distance. usage: | Compare two strings and return the edit distance/Levenshtein distance. -feature: default --- diff --git a/commands/docs/str_downcase.md b/commands/docs/str_downcase.md index 36711e3e5dd..f5e417c1c62 100644 --- a/commands/docs/str_downcase.md +++ b/commands/docs/str_downcase.md @@ -2,12 +2,11 @@ title: str downcase categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Make text lowercase. usage: | Make text lowercase. -feature: default --- diff --git a/commands/docs/str_ends-with.md b/commands/docs/str_ends-with.md index 36646722071..9ea8cefc3e3 100644 --- a/commands/docs/str_ends-with.md +++ b/commands/docs/str_ends-with.md @@ -2,12 +2,11 @@ title: str ends-with categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Check if an input ends with a string. usage: | Check if an input ends with a string. -feature: default --- diff --git a/commands/docs/str_expand.md b/commands/docs/str_expand.md index 3601a4414ed..e3c636f7c75 100644 --- a/commands/docs/str_expand.md +++ b/commands/docs/str_expand.md @@ -2,12 +2,11 @@ title: str expand categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Generates all possible combinations defined in brace expansion syntax. usage: | Generates all possible combinations defined in brace expansion syntax. -feature: default --- diff --git a/commands/docs/str_index-of.md b/commands/docs/str_index-of.md index 4b8cd1f2a75..46b824020dd 100644 --- a/commands/docs/str_index-of.md +++ b/commands/docs/str_index-of.md @@ -2,12 +2,11 @@ title: str index-of categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Returns start index of first occurrence of string in input, or -1 if no match. usage: | Returns start index of first occurrence of string in input, or -1 if no match. -feature: default --- diff --git a/commands/docs/str_join.md b/commands/docs/str_join.md index 149c021f1a7..5274f6b6e4e 100644 --- a/commands/docs/str_join.md +++ b/commands/docs/str_join.md @@ -2,12 +2,11 @@ title: str join categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Concatenate multiple strings into a single string, with an optional separator between each. usage: | Concatenate multiple strings into a single string, with an optional separator between each. -feature: default --- diff --git a/commands/docs/str_kebab-case.md b/commands/docs/str_kebab-case.md index 459158b3e8a..4c934f44284 100644 --- a/commands/docs/str_kebab-case.md +++ b/commands/docs/str_kebab-case.md @@ -2,12 +2,11 @@ title: str kebab-case categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Convert a string to kebab-case. usage: | Convert a string to kebab-case. -feature: default --- diff --git a/commands/docs/str_length.md b/commands/docs/str_length.md index e3300c89968..a0ce69267ae 100644 --- a/commands/docs/str_length.md +++ b/commands/docs/str_length.md @@ -2,12 +2,11 @@ title: str length categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Output the length of any strings in the pipeline. usage: | Output the length of any strings in the pipeline. -feature: default --- diff --git a/commands/docs/str_pascal-case.md b/commands/docs/str_pascal-case.md index 657ffa92914..9809bd066ff 100644 --- a/commands/docs/str_pascal-case.md +++ b/commands/docs/str_pascal-case.md @@ -2,12 +2,11 @@ title: str pascal-case categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Convert a string to PascalCase. usage: | Convert a string to PascalCase. -feature: default --- diff --git a/commands/docs/str_replace.md b/commands/docs/str_replace.md index c592a6ef32a..168e5ca79cb 100644 --- a/commands/docs/str_replace.md +++ b/commands/docs/str_replace.md @@ -2,12 +2,11 @@ title: str replace categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Find and replace text. usage: | Find and replace text. -feature: default --- diff --git a/commands/docs/str_reverse.md b/commands/docs/str_reverse.md index 10cbb1c2cb0..3eac853cf52 100644 --- a/commands/docs/str_reverse.md +++ b/commands/docs/str_reverse.md @@ -2,12 +2,11 @@ title: str reverse categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Reverse every string in the pipeline. usage: | Reverse every string in the pipeline. -feature: default --- diff --git a/commands/docs/str_screaming-snake-case.md b/commands/docs/str_screaming-snake-case.md index d1a6a5d6bcf..e67c5108570 100644 --- a/commands/docs/str_screaming-snake-case.md +++ b/commands/docs/str_screaming-snake-case.md @@ -2,12 +2,11 @@ title: str screaming-snake-case categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Convert a string to SCREAMING_SNAKE_CASE. usage: | Convert a string to SCREAMING_SNAKE_CASE. -feature: default --- diff --git a/commands/docs/str_snake-case.md b/commands/docs/str_snake-case.md index 1acc7e96116..20d25ca73d5 100644 --- a/commands/docs/str_snake-case.md +++ b/commands/docs/str_snake-case.md @@ -2,12 +2,11 @@ title: str snake-case categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Convert a string to snake_case. usage: | Convert a string to snake_case. -feature: default --- diff --git a/commands/docs/str_starts-with.md b/commands/docs/str_starts-with.md index 602fec37e76..bdbbf26f599 100644 --- a/commands/docs/str_starts-with.md +++ b/commands/docs/str_starts-with.md @@ -2,12 +2,11 @@ title: str starts-with categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Check if an input starts with a string. usage: | Check if an input starts with a string. -feature: default --- diff --git a/commands/docs/str_stats.md b/commands/docs/str_stats.md index 0d8db409b2f..379275411fd 100644 --- a/commands/docs/str_stats.md +++ b/commands/docs/str_stats.md @@ -2,12 +2,11 @@ title: str stats categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Gather word count statistics on the text. usage: | Gather word count statistics on the text. -feature: default --- diff --git a/commands/docs/str_substring.md b/commands/docs/str_substring.md index 9ff312f150d..1c246e44ff5 100644 --- a/commands/docs/str_substring.md +++ b/commands/docs/str_substring.md @@ -2,12 +2,11 @@ title: str substring categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Get part of a string. Note that the first character of a string is index 0. usage: | Get part of a string. Note that the first character of a string is index 0. -feature: default --- @@ -51,3 +50,9 @@ Count indexes and split using grapheme clusters > '🇯🇵ほげ ふが ぴよ' | str substring --grapheme-clusters 4..5 ふが ``` + +sub string by negative index +```nu +> 'good nushell' | str substring 5..-2 +nushel +``` diff --git a/commands/docs/str_title-case.md b/commands/docs/str_title-case.md index f847ddcd8ae..6671a684bfd 100644 --- a/commands/docs/str_title-case.md +++ b/commands/docs/str_title-case.md @@ -2,12 +2,11 @@ title: str title-case categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Convert a string to Title Case. usage: | Convert a string to Title Case. -feature: default --- diff --git a/commands/docs/str_trim.md b/commands/docs/str_trim.md index 3ff8159b4b3..5eeb641c2f4 100644 --- a/commands/docs/str_trim.md +++ b/commands/docs/str_trim.md @@ -2,12 +2,11 @@ title: str trim categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Trim whitespace or specific character. usage: | Trim whitespace or specific character. -feature: default --- diff --git a/commands/docs/str_upcase.md b/commands/docs/str_upcase.md index c8677fe606a..fae3f392f18 100644 --- a/commands/docs/str_upcase.md +++ b/commands/docs/str_upcase.md @@ -2,12 +2,11 @@ title: str upcase categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Make text uppercase. usage: | Make text uppercase. -feature: default --- diff --git a/commands/docs/sys.md b/commands/docs/sys.md index 7c7df80eece..016b0d13460 100644 --- a/commands/docs/sys.md +++ b/commands/docs/sys.md @@ -2,12 +2,11 @@ title: sys categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the system. usage: | View information about the system. -feature: default --- @@ -35,7 +34,7 @@ Show info about the system ``` ## Notes -Note that this command may take a noticeable amount of time to run. To reduce the time taken, you can use the various `sys` sub commands to get the subset of information you are interested in. +You must use one of the following subcommands. Using this command as-is will only produce this help message. ## Subcommands: diff --git a/commands/docs/sys_cpu.md b/commands/docs/sys_cpu.md index 1b428d155ec..68d7a99916f 100644 --- a/commands/docs/sys_cpu.md +++ b/commands/docs/sys_cpu.md @@ -2,12 +2,11 @@ title: sys cpu categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the system CPUs. usage: | View information about the system CPUs. -feature: default --- diff --git a/commands/docs/sys_disks.md b/commands/docs/sys_disks.md index 77c964979aa..d3b7f2fd2ce 100644 --- a/commands/docs/sys_disks.md +++ b/commands/docs/sys_disks.md @@ -2,12 +2,11 @@ title: sys disks categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the system disks. usage: | View information about the system disks. -feature: default --- diff --git a/commands/docs/sys_host.md b/commands/docs/sys_host.md index e5b119773c7..9e1e2af7a20 100644 --- a/commands/docs/sys_host.md +++ b/commands/docs/sys_host.md @@ -2,12 +2,11 @@ title: sys host categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the system host. usage: | View information about the system host. -feature: default --- diff --git a/commands/docs/sys_mem.md b/commands/docs/sys_mem.md index 14b17fe09e1..bd330393f84 100644 --- a/commands/docs/sys_mem.md +++ b/commands/docs/sys_mem.md @@ -2,12 +2,11 @@ title: sys mem categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the system memory. usage: | View information about the system memory. -feature: default --- diff --git a/commands/docs/sys_net.md b/commands/docs/sys_net.md index 7e017b6884b..95fa58b5ceb 100644 --- a/commands/docs/sys_net.md +++ b/commands/docs/sys_net.md @@ -2,12 +2,11 @@ title: sys net categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the system network interfaces. usage: | View information about the system network interfaces. -feature: default --- diff --git a/commands/docs/sys_temp.md b/commands/docs/sys_temp.md index a53e9293305..011706c103d 100644 --- a/commands/docs/sys_temp.md +++ b/commands/docs/sys_temp.md @@ -2,12 +2,11 @@ title: sys temp categories: | system -version: 0.94.0 +version: 0.95.0 system: | View the temperatures of system components. usage: | View the temperatures of system components. -feature: default --- diff --git a/commands/docs/sys_users.md b/commands/docs/sys_users.md index 7fe216635a2..e9058e7ab40 100644 --- a/commands/docs/sys_users.md +++ b/commands/docs/sys_users.md @@ -2,12 +2,11 @@ title: sys users categories: | system -version: 0.94.0 +version: 0.95.0 system: | View information about the users on the system. usage: | View information about the users on the system. -feature: default --- @@ -24,7 +23,7 @@ feature: default | input | output | | ------- | ------ | -| nothing | record | +| nothing | table | ## Examples diff --git a/commands/docs/table.md b/commands/docs/table.md index 2494290a147..01da1645625 100644 --- a/commands/docs/table.md +++ b/commands/docs/table.md @@ -2,12 +2,11 @@ title: table categories: | viewers -version: 0.94.0 +version: 0.95.0 viewers: | Render the table. usage: | Render the table. -feature: default --- @@ -63,24 +62,30 @@ Render data in table view Render data in table view (expanded) ```nu > [[a b]; [1 2] [2 [4 4]]] | table --expand -╭───┬───┬───╮ -│ # │ a │ b │ -├───┼───┼───┤ -│ 0 │ 1 │ 2 │ -│ 1 │ 3 │ 4 │ -╰───┴───┴───╯ +╭───┬───┬───────────╮ +│ # │ a │ b │ +├───┼───┼───────────┤ +│ 0 │ 1 │ 2 │ +│ 1 │ 3 │ ╭───┬───╮ │ +│ │ │ │ 0 │ 4 │ │ +│ │ │ │ 1 │ 4 │ │ +│ │ │ ╰───┴───╯ │ +╰───┴───┴───────────╯ ``` Render data in table view (collapsed) ```nu > [[a b]; [1 2] [2 [4 4]]] | table --collapse -╭───┬───┬───╮ -│ # │ a │ b │ -├───┼───┼───┤ -│ 0 │ 1 │ 2 │ -│ 1 │ 3 │ 4 │ -╰───┴───┴───╯ +╭───┬───┬───────────╮ +│ # │ a │ b │ +├───┼───┼───────────┤ +│ 0 │ 1 │ 2 │ +│ 1 │ 3 │ ╭───┬───╮ │ +│ │ │ │ 0 │ 4 │ │ +│ │ │ │ 1 │ 4 │ │ +│ │ │ ╰───┴───╯ │ +╰───┴───┴───────────╯ ``` diff --git a/commands/docs/take.md b/commands/docs/take.md index 1a1258a02bb..95846dd329b 100644 --- a/commands/docs/take.md +++ b/commands/docs/take.md @@ -2,12 +2,11 @@ title: take categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Take only the first n elements of a list, or the first n bytes of a binary value. usage: | Take only the first n elements of a list, or the first n bytes of a binary value. -feature: default --- diff --git a/commands/docs/take_until.md b/commands/docs/take_until.md index 5655544df74..f659cd9cd8a 100644 --- a/commands/docs/take_until.md +++ b/commands/docs/take_until.md @@ -2,12 +2,11 @@ title: take until categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Take elements of the input until a predicate is true. usage: | Take elements of the input until a predicate is true. -feature: default --- diff --git a/commands/docs/take_while.md b/commands/docs/take_while.md index 64187ae4cb5..0eaaeb5535c 100644 --- a/commands/docs/take_while.md +++ b/commands/docs/take_while.md @@ -2,12 +2,11 @@ title: take while categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Take elements of the input while a predicate is true. usage: | Take elements of the input while a predicate is true. -feature: default --- diff --git a/commands/docs/tee.md b/commands/docs/tee.md index f0769f0d02e..d7cf1700a63 100644 --- a/commands/docs/tee.md +++ b/commands/docs/tee.md @@ -2,12 +2,11 @@ title: tee categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Copy a stream to another command in parallel. usage: | Copy a stream to another command in parallel. -feature: default --- diff --git a/commands/docs/term_size.md b/commands/docs/term_size.md index 36e84df58b6..43eb6b17e00 100644 --- a/commands/docs/term_size.md +++ b/commands/docs/term_size.md @@ -2,12 +2,11 @@ title: term size categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Returns a record containing the number of columns (width) and rows (height) of the terminal. usage: | Returns a record containing the number of columns (width) and rows (height) of the terminal. -feature: default --- diff --git a/commands/docs/timeit.md b/commands/docs/timeit.md index 9edec90eb38..13b2e175ea0 100644 --- a/commands/docs/timeit.md +++ b/commands/docs/timeit.md @@ -2,12 +2,11 @@ title: timeit categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Time the running time of a block. usage: | Time the running time of a block. -feature: default --- diff --git a/commands/docs/to.md b/commands/docs/to.md index 972f73f582f..ea56098a6f0 100644 --- a/commands/docs/to.md +++ b/commands/docs/to.md @@ -2,12 +2,11 @@ title: to categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Translate structured data to a format. usage: | Translate structured data to a format. -feature: default --- diff --git a/commands/docs/to_csv.md b/commands/docs/to_csv.md index 88f4b300548..0a713e1ce28 100644 --- a/commands/docs/to_csv.md +++ b/commands/docs/to_csv.md @@ -2,12 +2,11 @@ title: to csv categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert table into .csv text . usage: | Convert table into .csv text . -feature: default --- diff --git a/commands/docs/to_html.md b/commands/docs/to_html.md index 3a4fff17e15..d0c1e1f3151 100644 --- a/commands/docs/to_html.md +++ b/commands/docs/to_html.md @@ -2,12 +2,11 @@ title: to html categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert table into simple HTML. usage: | Convert table into simple HTML. -feature: default --- diff --git a/commands/docs/to_json.md b/commands/docs/to_json.md index bd7ad5add1f..ed33202e880 100644 --- a/commands/docs/to_json.md +++ b/commands/docs/to_json.md @@ -2,12 +2,11 @@ title: to json categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Converts table data into JSON text. usage: | Converts table data into JSON text. -feature: default --- diff --git a/commands/docs/to_md.md b/commands/docs/to_md.md index 8d1a98171e4..08c0e0e12bf 100644 --- a/commands/docs/to_md.md +++ b/commands/docs/to_md.md @@ -2,12 +2,11 @@ title: to md categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert table into simple Markdown. usage: | Convert table into simple Markdown. -feature: default --- diff --git a/commands/docs/to_msgpack.md b/commands/docs/to_msgpack.md index 36a080601a6..ce669e771bf 100644 --- a/commands/docs/to_msgpack.md +++ b/commands/docs/to_msgpack.md @@ -2,12 +2,11 @@ title: to msgpack categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert Nu values into MessagePack. usage: | Convert Nu values into MessagePack. -feature: default --- diff --git a/commands/docs/to_msgpackz.md b/commands/docs/to_msgpackz.md index 1bb5c793088..ab9348ccec0 100644 --- a/commands/docs/to_msgpackz.md +++ b/commands/docs/to_msgpackz.md @@ -2,12 +2,11 @@ title: to msgpackz categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert Nu values into brotli-compressed MessagePack. usage: | Convert Nu values into brotli-compressed MessagePack. -feature: default --- @@ -21,7 +20,7 @@ feature: default ## Flags - - `--quality, -q {int}`: Quality of brotli compression (default 1) + - `--quality, -q {int}`: Quality of brotli compression (default 3) - `--window-size, -w {int}`: Window size for brotli compression (default 20) diff --git a/commands/docs/to_nuon.md b/commands/docs/to_nuon.md index a952440d6c0..155d98ca7e0 100644 --- a/commands/docs/to_nuon.md +++ b/commands/docs/to_nuon.md @@ -2,12 +2,11 @@ title: to nuon categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Converts table data into Nuon (Nushell Object Notation) text. usage: | Converts table data into Nuon (Nushell Object Notation) text. -feature: default --- diff --git a/commands/docs/to_text.md b/commands/docs/to_text.md index e61b998acea..b51670dc321 100644 --- a/commands/docs/to_text.md +++ b/commands/docs/to_text.md @@ -2,12 +2,11 @@ title: to text categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Converts data into simple text. usage: | Converts data into simple text. -feature: default --- diff --git a/commands/docs/to_toml.md b/commands/docs/to_toml.md index 26bbe0d741a..0cb3773317d 100644 --- a/commands/docs/to_toml.md +++ b/commands/docs/to_toml.md @@ -2,12 +2,11 @@ title: to toml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert record into .toml text. usage: | Convert record into .toml text. -feature: default --- @@ -31,7 +30,7 @@ feature: default Outputs an TOML string representing the contents of this record ```nu > {foo: 1 bar: 'qwe'} | to toml -bar = "qwe" foo = 1 +bar = "qwe" ``` diff --git a/commands/docs/to_tsv.md b/commands/docs/to_tsv.md index 4feec2737a8..423b93db3c5 100644 --- a/commands/docs/to_tsv.md +++ b/commands/docs/to_tsv.md @@ -2,12 +2,11 @@ title: to tsv categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert table into .tsv text. usage: | Convert table into .tsv text. -feature: default --- diff --git a/commands/docs/to_xml.md b/commands/docs/to_xml.md index d368e414368..b62657288ac 100644 --- a/commands/docs/to_xml.md +++ b/commands/docs/to_xml.md @@ -2,12 +2,11 @@ title: to xml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert special record structure into .xml text. usage: | Convert special record structure into .xml text. -feature: default --- diff --git a/commands/docs/to_yaml.md b/commands/docs/to_yaml.md index 59330e2ae3d..21abf2bfded 100644 --- a/commands/docs/to_yaml.md +++ b/commands/docs/to_yaml.md @@ -2,12 +2,11 @@ title: to yaml categories: | formats -version: 0.94.0 +version: 0.95.0 formats: | Convert table into .yaml/.yml text. usage: | Convert table into .yaml/.yml text. -feature: default --- diff --git a/commands/docs/touch.md b/commands/docs/touch.md index 507ab95399f..035c202ff88 100644 --- a/commands/docs/touch.md +++ b/commands/docs/touch.md @@ -2,12 +2,11 @@ title: touch categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Creates one or more files. usage: | Creates one or more files. -feature: default --- @@ -22,8 +21,8 @@ feature: default ## Flags - `--reference, -r {string}`: change the file or directory time to the time of the reference file/directory - - `--modified, -m`: change the modification time of the file or directory. If no timestamp, date or reference file/directory is given, the current time is used - - `--access, -a`: change the access time of the file or directory. If no timestamp, date or reference file/directory is given, the current time is used + - `--modified, -m`: change the modification time of the file or directory. If no reference file/directory is given, the current time is used + - `--access, -a`: change the access time of the file or directory. If no reference file/directory is given, the current time is used - `--no-create, -c`: do not create the file if it does not exist ## Parameters @@ -68,9 +67,3 @@ Changes the last modified time of file d and e to "fixture.json"'s last modified > touch -m -r fixture.json d e ``` - -Changes the last accessed time of "fixture.json" to a date -```nu -> touch -a -d "August 24, 2019; 12:30:30" fixture.json - -``` diff --git a/commands/docs/transpose.md b/commands/docs/transpose.md index aeacd0b361e..8f3a5b9431a 100644 --- a/commands/docs/transpose.md +++ b/commands/docs/transpose.md @@ -2,12 +2,11 @@ title: transpose categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Transposes the table contents so rows become columns and columns become rows. usage: | Transposes the table contents so rows become columns and columns become rows. -feature: default --- diff --git a/commands/docs/try.md b/commands/docs/try.md index a0c2d1032c9..b76b991e2d5 100644 --- a/commands/docs/try.md +++ b/commands/docs/try.md @@ -2,27 +2,26 @@ title: try categories: | core -version: 0.94.0 +version: 0.95.0 core: | - Try to run a block, if it fails optionally run a catch block. + Try to run a block, if it fails optionally run a catch closure. usage: | - Try to run a block, if it fails optionally run a catch block. -feature: default + Try to run a block, if it fails optionally run a catch closure. --- # `try` for [core](/commands/categories/core.md) -
Try to run a block, if it fails optionally run a catch block.
+
Try to run a block, if it fails optionally run a catch closure.
## Signature -```> try {flags} (try_block) (catch_block)``` +```> try {flags} (try_block) (catch_closure)``` ## Parameters - `try_block`: Block to run. - - `catch_block`: Block to run if try block fails. + - `catch_closure`: Closure to run if try block fails. ## Input/output types: @@ -44,3 +43,9 @@ Try to run a missing command > try { asdfasdf } catch { 'missing' } missing ``` + +Try to run a missing command and report the message +```nu +> try { asdfasdf } catch { |err| $err.msg } + +``` diff --git a/commands/docs/tutor.md b/commands/docs/tutor.md index 680e8d33abe..48b3e9f62cf 100644 --- a/commands/docs/tutor.md +++ b/commands/docs/tutor.md @@ -2,12 +2,11 @@ title: tutor categories: | misc -version: 0.94.0 +version: 0.95.0 misc: | Run the tutorial. To begin, run: tutor. usage: | Run the tutorial. To begin, run: tutor. -feature: default --- diff --git a/commands/docs/ulimit.md b/commands/docs/ulimit.md index bf894614793..b272ff62e2e 100644 --- a/commands/docs/ulimit.md +++ b/commands/docs/ulimit.md @@ -2,12 +2,11 @@ title: ulimit categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Set or get resource usage limits. usage: | Set or get resource usage limits. -feature: default --- diff --git a/commands/docs/uname.md b/commands/docs/uname.md index 8236d886208..f13f0058cb1 100644 --- a/commands/docs/uname.md +++ b/commands/docs/uname.md @@ -2,12 +2,11 @@ title: uname categories: | system -version: 0.94.0 +version: 0.95.0 system: | Print certain system information using uutils/coreutils uname. usage: | Print certain system information using uutils/coreutils uname. -feature: default --- diff --git a/commands/docs/uniq-by.md b/commands/docs/uniq-by.md index 0e8f1ebd698..626f3fa3926 100644 --- a/commands/docs/uniq-by.md +++ b/commands/docs/uniq-by.md @@ -2,12 +2,11 @@ title: uniq-by categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Return the distinct values in the input by the given column(s). usage: | Return the distinct values in the input by the given column(s). -feature: default --- diff --git a/commands/docs/uniq.md b/commands/docs/uniq.md index a27f5c9bcd5..c3a54c90a5d 100644 --- a/commands/docs/uniq.md +++ b/commands/docs/uniq.md @@ -2,12 +2,11 @@ title: uniq categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Return the distinct values in the input. usage: | Return the distinct values in the input. -feature: default --- diff --git a/commands/docs/update.md b/commands/docs/update.md index f861512fd59..86590dbeee6 100644 --- a/commands/docs/update.md +++ b/commands/docs/update.md @@ -2,12 +2,11 @@ title: update categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Update an existing column to have a new value. usage: | Update an existing column to have a new value. -feature: default --- diff --git a/commands/docs/update_cells.md b/commands/docs/update_cells.md index ce46b4273c7..df7cfe7fd6b 100644 --- a/commands/docs/update_cells.md +++ b/commands/docs/update_cells.md @@ -2,12 +2,11 @@ title: update cells categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Update the table cells. usage: | Update the table cells. -feature: default --- @@ -48,11 +47,11 @@ Update the zero value cells to empty strings. $value } } -╭──────┬───────────────┬───────────────┬───────────────┬───────────────┬───────────────┬───────────────┬──────────────╮ -│ # │ 2021-04-16 │ 2021-06-10 │ 2021-09-18 │ 2021-10-15 │ 2021-11-16 │ 2021-11-17 │ 2021-11-18 │ -├──────┼───────────────┼───────────────┼───────────────┼───────────────┼───────────────┼───────────────┼──────────────┤ -│ 0 │ 37 │ │ │ │ 37 │ │ │ -╰──────┴───────────────┴───────────────┴───────────────┴───────────────┴───────────────┴───────────────┴──────────────╯ +╭───┬────────────┬────────────┬────────────┬────────────┬────────────┬────────────┬────────────╮ +│ # │ 2021-04-16 │ 2021-06-10 │ 2021-09-18 │ 2021-10-15 │ 2021-11-16 │ 2021-11-17 │ 2021-11-18 │ +├───┼────────────┼────────────┼────────────┼────────────┼────────────┼────────────┼────────────┤ +│ 0 │ 37 │ │ │ │ 37 │ │ │ +╰───┴────────────┴────────────┴────────────┴────────────┴────────────┴────────────┴────────────╯ ``` @@ -68,10 +67,10 @@ Update the zero value cells to empty strings in 2 last columns. $value } } -╭──────┬───────────────┬───────────────┬───────────────┬───────────────┬───────────────┬───────────────┬──────────────╮ -│ # │ 2021-04-16 │ 2021-06-10 │ 2021-09-18 │ 2021-10-15 │ 2021-11-16 │ 2021-11-17 │ 2021-11-18 │ -├──────┼───────────────┼───────────────┼───────────────┼───────────────┼───────────────┼───────────────┼──────────────┤ -│ 0 │ 37 │ 0 │ 0 │ 0 │ 37 │ │ │ -╰──────┴───────────────┴───────────────┴───────────────┴───────────────┴───────────────┴───────────────┴──────────────╯ +╭───┬────────────┬────────────┬────────────┬────────────┬────────────┬────────────┬────────────╮ +│ # │ 2021-04-16 │ 2021-06-10 │ 2021-09-18 │ 2021-10-15 │ 2021-11-16 │ 2021-11-17 │ 2021-11-18 │ +├───┼────────────┼────────────┼────────────┼────────────┼────────────┼────────────┼────────────┤ +│ 0 │ 37 │ 0 │ 0 │ 0 │ 37 │ │ │ +╰───┴────────────┴────────────┴────────────┴────────────┴────────────┴────────────┴────────────╯ ``` diff --git a/commands/docs/upsert.md b/commands/docs/upsert.md index 63465a27919..3cdcd21f850 100644 --- a/commands/docs/upsert.md +++ b/commands/docs/upsert.md @@ -2,12 +2,11 @@ title: upsert categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Update an existing column to have a new value, or insert a new column. usage: | Update an existing column to have a new value, or insert a new column. -feature: default --- diff --git a/commands/docs/url.md b/commands/docs/url.md index 31824bc7dae..1397688b179 100644 --- a/commands/docs/url.md +++ b/commands/docs/url.md @@ -2,12 +2,11 @@ title: url categories: | network -version: 0.94.0 +version: 0.95.0 network: | Various commands for working with URLs. usage: | Various commands for working with URLs. -feature: default --- diff --git a/commands/docs/url_build-query.md b/commands/docs/url_build-query.md index 377d2e82ad0..8cac6d1f42d 100644 --- a/commands/docs/url_build-query.md +++ b/commands/docs/url_build-query.md @@ -2,12 +2,11 @@ title: url build-query categories: | network -version: 0.94.0 +version: 0.95.0 network: | Converts record or table into query string applying percent-encoding. usage: | Converts record or table into query string applying percent-encoding. -feature: default --- diff --git a/commands/docs/url_decode.md b/commands/docs/url_decode.md index 26255bbdb0b..3242cadb90d 100644 --- a/commands/docs/url_decode.md +++ b/commands/docs/url_decode.md @@ -2,12 +2,11 @@ title: url decode categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Converts a percent-encoded web safe string to a string. usage: | Converts a percent-encoded web safe string to a string. -feature: default --- diff --git a/commands/docs/url_encode.md b/commands/docs/url_encode.md index f471a29cea3..c6382e4082a 100644 --- a/commands/docs/url_encode.md +++ b/commands/docs/url_encode.md @@ -2,12 +2,11 @@ title: url encode categories: | strings -version: 0.94.0 +version: 0.95.0 strings: | Converts a string to a percent encoded web safe string. usage: | Converts a string to a percent encoded web safe string. -feature: default --- diff --git a/commands/docs/url_join.md b/commands/docs/url_join.md index 4788c632f96..2c868d748c1 100644 --- a/commands/docs/url_join.md +++ b/commands/docs/url_join.md @@ -2,12 +2,11 @@ title: url join categories: | network -version: 0.94.0 +version: 0.95.0 network: | Converts a record to url. usage: | Converts a record to url. -feature: default --- diff --git a/commands/docs/url_parse.md b/commands/docs/url_parse.md index 5efb3522229..726cd50ba63 100644 --- a/commands/docs/url_parse.md +++ b/commands/docs/url_parse.md @@ -2,12 +2,11 @@ title: url parse categories: | network -version: 0.94.0 +version: 0.95.0 network: | Parses a url. usage: | Parses a url. -feature: default --- diff --git a/commands/docs/use.md b/commands/docs/use.md index f27269b82ce..22036048a38 100644 --- a/commands/docs/use.md +++ b/commands/docs/use.md @@ -2,12 +2,11 @@ title: use categories: | core -version: 0.94.0 +version: 0.95.0 core: | Use definitions from a module, making them available in your shell. usage: | Use definitions from a module, making them available in your shell. -feature: default --- diff --git a/commands/docs/values.md b/commands/docs/values.md index 3c11a7a2682..c8c53f690c2 100644 --- a/commands/docs/values.md +++ b/commands/docs/values.md @@ -2,12 +2,11 @@ title: values categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Given a record or table, produce a list of its columns' values. usage: | Given a record or table, produce a list of its columns' values. -feature: default --- diff --git a/commands/docs/version.md b/commands/docs/version.md index 60c4e32a471..915a43f7e98 100644 --- a/commands/docs/version.md +++ b/commands/docs/version.md @@ -2,12 +2,11 @@ title: version categories: | core -version: 0.94.0 +version: 0.95.0 core: | Display Nu version, and its build configuration. usage: | Display Nu version, and its build configuration. -feature: default --- diff --git a/commands/docs/view.md b/commands/docs/view.md index ff8609fad21..113cb80f0fc 100644 --- a/commands/docs/view.md +++ b/commands/docs/view.md @@ -2,12 +2,11 @@ title: view categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | Various commands for viewing debug information. usage: | Various commands for viewing debug information. -feature: default --- diff --git a/commands/docs/view_files.md b/commands/docs/view_files.md index 6c6e5f1291a..ad2ff6a30fd 100644 --- a/commands/docs/view_files.md +++ b/commands/docs/view_files.md @@ -2,12 +2,11 @@ title: view files categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | View the files registered in nushell's EngineState memory. usage: | View the files registered in nushell's EngineState memory. -feature: default --- diff --git a/commands/docs/view_source.md b/commands/docs/view_source.md index f2483b103f0..911247d5562 100644 --- a/commands/docs/view_source.md +++ b/commands/docs/view_source.md @@ -2,12 +2,11 @@ title: view source categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | View a block, module, or a definition. usage: | View a block, module, or a definition. -feature: default --- diff --git a/commands/docs/view_span.md b/commands/docs/view_span.md index 17d9d642435..9a7e87d9ed8 100644 --- a/commands/docs/view_span.md +++ b/commands/docs/view_span.md @@ -2,12 +2,11 @@ title: view span categories: | debug -version: 0.94.0 +version: 0.95.0 debug: | View the contents of a span. usage: | View the contents of a span. -feature: default --- diff --git a/commands/docs/watch.md b/commands/docs/watch.md index 4df11892f45..60503dfbdf8 100644 --- a/commands/docs/watch.md +++ b/commands/docs/watch.md @@ -2,12 +2,11 @@ title: watch categories: | filesystem -version: 0.94.0 +version: 0.95.0 filesystem: | Watch for file changes and execute Nu code when they happen. usage: | Watch for file changes and execute Nu code when they happen. -feature: default --- diff --git a/commands/docs/where.md b/commands/docs/where.md index 0b4f76dbdb8..7f12868272b 100644 --- a/commands/docs/where.md +++ b/commands/docs/where.md @@ -2,12 +2,11 @@ title: where categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Filter values based on a row condition. usage: | Filter values based on a row condition. -feature: default --- diff --git a/commands/docs/which.md b/commands/docs/which.md index 7a55c7f3bcb..3caf8af5945 100644 --- a/commands/docs/which.md +++ b/commands/docs/which.md @@ -2,12 +2,11 @@ title: which categories: | system -version: 0.94.0 +version: 0.95.0 system: | Finds a program file, alias or custom command. usage: | Finds a program file, alias or custom command. -feature: default --- diff --git a/commands/docs/while.md b/commands/docs/while.md index 9ad316148cc..5a0aaea90e5 100644 --- a/commands/docs/while.md +++ b/commands/docs/while.md @@ -2,12 +2,11 @@ title: while categories: | core -version: 0.94.0 +version: 0.95.0 core: | Conditionally run a block in a loop. usage: | Conditionally run a block in a loop. -feature: default --- diff --git a/commands/docs/whoami.md b/commands/docs/whoami.md index 6980884ef71..fd0090b7cd4 100644 --- a/commands/docs/whoami.md +++ b/commands/docs/whoami.md @@ -2,12 +2,11 @@ title: whoami categories: | platform -version: 0.94.0 +version: 0.95.0 platform: | Get the current username using uutils/coreutils whoami. usage: | Get the current username using uutils/coreutils whoami. -feature: default --- diff --git a/commands/docs/window.md b/commands/docs/window.md index 186b9b51ff0..0dd08667d4b 100644 --- a/commands/docs/window.md +++ b/commands/docs/window.md @@ -2,12 +2,11 @@ title: window categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Creates a sliding window of `window_size` that slide by n rows/elements across input. usage: | Creates a sliding window of `window_size` that slide by n rows/elements across input. -feature: default --- diff --git a/commands/docs/with-env.md b/commands/docs/with-env.md index 81889c8e257..f5b6b92498d 100644 --- a/commands/docs/with-env.md +++ b/commands/docs/with-env.md @@ -2,12 +2,11 @@ title: with-env categories: | env -version: 0.94.0 +version: 0.95.0 env: | Runs a block with an environment variable set. usage: | Runs a block with an environment variable set. -feature: default --- diff --git a/commands/docs/wrap.md b/commands/docs/wrap.md index c5b5116298f..aefbc1efd87 100644 --- a/commands/docs/wrap.md +++ b/commands/docs/wrap.md @@ -2,12 +2,11 @@ title: wrap categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Wrap the value into a column. usage: | Wrap the value into a column. -feature: default --- diff --git a/commands/docs/zip.md b/commands/docs/zip.md index 7845319d6f7..16cd0d06515 100644 --- a/commands/docs/zip.md +++ b/commands/docs/zip.md @@ -2,12 +2,11 @@ title: zip categories: | filters -version: 0.94.0 +version: 0.95.0 filters: | Combine a stream with the input. usage: | Combine a stream with the input. -feature: default ---