twolodzko / slice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To print lines from 2 to 5 of the Cargo.toml file, and number them, use the command:

$ slice -n Cargo.toml:2:5
2       name = "slice"
3       version = "0.1.0"
4       edition = "2021"
5

About


Languages

Language:Rust 94.2%Language:Just 5.8%