Docs.rs
nu-cmd-base-0.107.0
nu-cmd-base 0.107.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sholderbach
github:nushell:publishing
sophiajt
Dependencies
indexmap ^2.11
normal
miette ^7.6
normal
nu-engine ^0.107.0
normal
nu-parser ^0.107.0
normal
nu-path ^0.107.0
normal
nu-protocol ^0.107.0
normal
Versions
25%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
CmdArgument
nu_
cmd_
base
0.107.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