rusttailbysam 0.1.1

A tool used to display the last 10 lines of a file
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rusttailbysam"
version = "0.1.1"
edition = "2021"
author = "sammhopper"
license = "MIT OR Apache-2.0"
description = "A tool used to display the last 10 lines of a file"

[dependencies]
clap = { version = "4.0", features = ["derive"] }
anyhow = "1.0"