mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
[nu-explore] fix Cargo description (#9297)
# Description The old description ("Nushell table printing") is identical to that of `nu-table`. Per `explore --help` it is probably more accurate to say "Nushell table pager". # User-Facing Changes N/A # Tests + Formatting ``` ❯ cargo metadata --no-deps | from json | get packages | get 14 | get description warning: please specify `--format-version` flag explicitly to avoid compatibility problems Nushell table pager ``` # After Submitting N/A - change will go out when `0.82.0` is released Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
parent
8144926dc7
commit
34b3a49cae
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
authors = ["The Nushell Project Developers"]
|
||||
description = "Nushell table printing"
|
||||
description = "Nushell table pager"
|
||||
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-explore"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user