skate list
should not print long strings with newlines
#97
Labels
enhancement
New feature or request
skate list
should not print long strings with newlines
#97
Is your feature request related to a problem? Please describe.
I stored a shell script with
skate set script < script
, and nowskate list
prints out the full thing.
Describe the solution you'd like
I would print something like:
Describe alternatives you've considered
It could print
(string with newlines omitted)
instead of trying to preview.The
(omitted binary data)
could also mention the length.charm fs
could gain acharm fs write
function that is similar toskate set
.(I suppose this FR also applies to
charm kv set
)The text was updated successfully, but these errors were encountered: