mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
Add first per-item commands
This commit is contained in:
@ -158,7 +158,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
command("cd", Box::new(cd::cd)),
|
||||
command("size", Box::new(size::size)),
|
||||
command("from-yaml", Box::new(from_yaml::from_yaml)),
|
||||
command("enter", Box::new(enter::enter)),
|
||||
//command("enter", Box::new(enter::enter)),
|
||||
command("nth", Box::new(nth::nth)),
|
||||
command("n", Box::new(next::next)),
|
||||
command("p", Box::new(prev::prev)),
|
||||
@ -182,9 +182,10 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
//static_command(Cd),
|
||||
static_command(Remove),
|
||||
static_command(Open),
|
||||
static_command(Where),
|
||||
per_item_command(Where),
|
||||
static_command(Config),
|
||||
static_command(SkipWhile),
|
||||
per_item_command(Enter),
|
||||
static_command(Exit),
|
||||
static_command(Clip),
|
||||
static_command(Autoview),
|
||||
|
Reference in New Issue
Block a user