1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

change ~ improve help display for main multi-call binary

This commit is contained in:
Roy Ivy III 2020-05-03 23:32:22 -05:00
parent c457dfbbc4
commit 8263d31fbb
2 changed files with 15 additions and 12 deletions

View file

@ -215,6 +215,7 @@ feat_os_windows_legacy = [
[dependencies]
lazy_static = { version="1.3" }
textwrap = { version="0.11.0", features=["term_size"] }
uucore = { version="0.0.2" }
# * uutils
arch = { optional=true, path="src/uu/arch" }