11[package ]
22name = " channelz"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44license = " WTFPL"
55authors = [" Josh Stoik <josh@blobfolio.com>" ]
66edition = " 2018"
77description = " ChannelZ is a simple, fast, multi-threaded static Gzip/Brotli encoding tool for the CLI."
88publish = false
9- build = " build.rs"
109
1110[package .metadata .deb ]
1211maintainer = " Josh Stoik <hello@blobfolio.com>"
@@ -23,13 +22,52 @@ In directory mode, only files with the following extensions will be looked at:\n
2322css; eot; htm(l); ico; js; json; mjs; otf; rss; svg; ttf; txt; xhtm(l); xml; xsl"""
2423assets = [
2524 [" ../target/x86_64-unknown-linux-gnu/release/channelz" , " usr/bin/" , " 755" ],
26- [" ./misc /channelz.bash" , " etc/bash_completion.d/" , " 644" ],
27- [" ./misc /channelz.1.gz" , " usr/share/man/man1/" , " 644" ],
25+ [" ../release/completions /channelz.bash" , " etc/bash_completion.d/" , " 644" ],
26+ [" ../release/man /channelz.1.gz" , " usr/share/man/man1/" , " 644" ],
2827]
2928
30- [build-dependencies .fyi_menu ]
31- git = " https://github.com/Blobfolio/fyi.git"
32- branch = " master"
29+ [package .metadata .bashman ]
30+ name = " ChannelZ"
31+ bash-dir = " ../release/completions"
32+ man-dir = " ../release/man"
33+
34+ [[package .metadata .bashman .switches ]]
35+ long = " --clean"
36+ description = " Remove all existing *.gz *.br files before starting."
37+
38+ [[package .metadata .bashman .switches ]]
39+ short = " -h"
40+ long = " --help"
41+ description = " Print help information."
42+
43+ [[package .metadata .bashman .switches ]]
44+ short = " -p"
45+ long = " --progress"
46+ description = " Show progress bar while working."
47+
48+ [[package .metadata .bashman .switches ]]
49+ short = " -V"
50+ long = " --version"
51+ description = " Print program version."
52+
53+ [[package .metadata .bashman .options ]]
54+ short = " -l"
55+ long = " --list"
56+ label = " <FILE>"
57+ description = " Read file paths from this text file."
58+ path = true
59+
60+ [[package .metadata .bashman .arguments ]]
61+ label = " <PATH(s)…>"
62+ description = " Any number of files and directories to crawl and crunch."
63+
64+ [[package .metadata .bashman .sections ]]
65+ name = " FILE TYPES"
66+ inside = false
67+ lines = [
68+ " Static copies will only be generated for files with these extensions:" ,
69+ " css; eot; htm(l); ico; js; json; mjs; otf; rss; svg; ttf; txt; xhtm(l); xml; xsl"
70+ ]
3371
3472[dependencies .channelz_core ]
3573path = " ../channelz_core"
0 commit comments