Add nth command

This commit is contained in:
Jonathan Turner
2019-08-12 17:13:58 +12:00
parent 6cf3dc92fc
commit 14e47f3d2c
4 changed files with 34 additions and 2 deletions

View File

@ -158,6 +158,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
command("size", Box::new(size::size)),
command("from-yaml", Box::new(from_yaml::from_yaml)),
command("enter", Box::new(enter::enter)),
command("nth", Box::new(nth::nth)),
command("n", Box::new(next::next)),
command("p", Box::new(prev::prev)),
command("lines", Box::new(lines::lines)),