nushell/crates/nu_plugin_example/src
Ian Manske e87a35104a
Remove as_i64 and as_f64 (#14258)
# Description
Turns out there are duplicate conversion functions: `as_i64` and
`as_f64`. In most cases, these can be replaced with `as_int` and
`as_float`, respectively.
2024-11-05 09:28:56 +01:00
..
commands Remove as_i64 and as_f64 (#14258) 2024-11-05 09:28:56 +01:00
example.rs Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00
lib.rs feat: make ctrlc available to plugins (#13181) 2024-07-30 08:29:18 -05:00
main.rs Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00