This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-09 19:59:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
11d8e6c71f
nushell
/
crates
/
nu-command
/
src
/
math
/
mod.rs
6 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
still not working
2021-10-21 15:29:57 +00:00
mod
abs
;
final math abs
2021-10-24 23:58:18 +00:00
pub
mod
command
;
starting to build this
2021-10-21 14:52:26 +00:00
pub
use
abs
::
SubCommand
as
MathAbs
;
final math abs
2021-10-24 23:58:18 +00:00
pub
use
command
::
MathCommand
as
Math
;
Reference in a new issue
Copy permalink