Docs.rs
nu-cmd-base-0.100.0
nu-cmd-base 0.100.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sholderbach
github:nushell:publishing
sophiajt
Dependencies
indexmap ^2.6
normal
miette ^7.2
normal
nu-engine ^0.100.0
normal
nu-parser ^0.100.0
normal
nu-path ^0.100.0
normal
nu-protocol ^0.100.0
normal
Versions
25%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nu_
cmd_
base
0.100.0
CmdArgument
Required Methods
take_cell_paths
Implementors
In nu_
cmd_
base::
input_
handler
nu_cmd_base
::
input_handler
Trait
CmdArgument
Copy item path
Source
pub trait CmdArgument { // Required method fn
take_cell_paths
(&mut self) ->
Option
<
Vec
<
CellPath
>>; }
Required Methods
§
Source
fn
take_cell_paths
(&mut self) ->
Option
<
Vec
<
CellPath
>>
Implementors
§
Source
§
impl
CmdArgument
for
CellPathOnlyArgs