1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-23 19:30:47 +02:00
nushell/crates/nu_plugin_example/src
Ian Manske e87a35104a
Remove as_i64 and as_f64 ()
# 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 () 2024-11-05 09:28:56 +01:00
example.rs Change PluginCommand API to be more like Command () 2024-03-27 11:59:57 +01:00
lib.rs feat: make ctrlc available to plugins () 2024-07-30 08:29:18 -05:00
main.rs Change PluginCommand API to be more like Command () 2024-03-27 11:59:57 +01:00