count

command module
v0.0.0-...-a7f2fa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 6 Imported by: 0

README

count

Count file metrics: bytes (default is bytes), lines, words, chars.

Usage

❯ ./count --help
NAME:
   count all - Count file metric: bytes (default is bytes), lines, words, chars.

USAGE:
   count all [global options] [command [command options]] [arguments...]

VERSION:
   v0.0.1

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --bytes, -b       count bytes (default: true)
   --characters, -c  count characters (default: false)
   --words, -w       count words (default: false)
   --lines, -l       count lines (default: false)
   --help, -h        show help (default: false)
   --version, -v     print the version (default: false)

Install

Run go install github.com/duot/count@latest.

License

See LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL