nushell/crates/nu-command/src
sholderbach 1f175d4c98 Add natural logarithm (#7258)
- `math ln`
2022-12-01 15:58:05 +01:00
..
bits add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
bytes add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
charting Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
conversions chore: chrono_update (#7132) 2022-11-27 07:19:02 +13:00
core_commands add a more verbose description of operators (#7263) 2022-11-29 15:20:17 +13:00
database Apply clippy fix (#7193) 2022-11-23 16:57:27 +13:00
dataframe fix dfr datetime conversion (#7264) 2022-11-30 17:10:28 -06:00
date chore: chrono_update (#7132) 2022-11-27 07:19:02 +13:00
deprecated Rename all?, any? and empty? (#6464) 2022-09-05 16:41:06 +02:00
env Make external command substitution works friendly(like fish shell, trailing ending newlines) (#7156) 2022-11-23 16:51:57 +13:00
experimental Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
filesystem add -f, --force for save command (#7262) 2022-12-01 06:26:17 -06:00
filters Add -n flag to sort (formerly only available on sort-by) (#7293) 2022-12-01 07:11:30 -06:00
formats chore: chrono_update (#7132) 2022-11-27 07:19:02 +13:00
generators fix cal input_output_types signature (#7306) 2022-12-01 07:10:49 -06:00
hash add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
math Add natural logarithm (#7258) 2022-12-01 15:58:05 +01:00
misc Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
network Fix fetch/post not erroring on 4xx and 5xx statuses (#7213) 2022-11-23 08:43:12 -08:00
path Fix sort-by, path join and size error arrows (#7199) 2022-11-23 19:22:23 +13:00
platform add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
random add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
shells Refactor shell listing related code (#6262) 2022-08-08 06:31:24 -05:00
strings Fix sort-by, path join and size error arrows (#7199) 2022-11-23 19:22:23 +13:00
system A set of fixes for stderr redirect (#7219) 2022-11-24 16:58:15 +13:00
viewers pin to rust v1.65 (#7249) 2022-11-27 09:26:54 +13:00
default_context.rs Add natural logarithm (#7258) 2022-12-01 15:58:05 +01:00
example_test.rs Add math pi and math e constants (#7258) 2022-12-01 15:58:05 +01:00
input_handler.rs Replace all instances of 'column path' in help messages with 'cell path' (#7063) 2022-11-09 21:49:11 -08:00
lib.rs Feature cleanup (#7182) 2022-11-22 16:58:11 -08:00
sort_utils.rs Fix sort-by, path join and size error arrows (#7199) 2022-11-23 19:22:23 +13:00