fish-shell/fish-rust
Fabian Boehm b65a53a2a6 Rewrite "command" builtin in Rust
This is basically a subset of type, so we might as well.

To be clear this is `command -s` and friends, if you do `command grep` that's
handled as a keyword.

One issue here is that we can't get "one path or not" because I don't
know how to translate a maybe_t? Do we need to make it a shared_ptr instead?
2023-04-16 11:27:08 +02:00
..
src Rewrite "command" builtin in Rust 2023-04-16 11:27:08 +02:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
Cargo.lock Introduce wcstring_list_ffi_t 2023-04-15 17:53:52 -07:00
Cargo.toml Introduce wcstring_list_ffi_t 2023-04-15 17:53:52 -07:00