@buherator it's a base converter, also accessible from the `?` command in r2, i guess it's more challenging to do this in Rust, there's always a bit of pain when doing things in this language
@dey It's not built-in, it's a 3rd party package called `clap`. For simple stuff Rust is pretty easy, esp. because you have a nice package ecosystem (incl. the pkg manager). But for non-trivial stuff, the learning curve is *steep*.