Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LS_COLORS
List of missing metadata in nu-command/src/filters commands. Missing metadata will cause ls_colors to not print properly to the terminal.
metadata
nu-command/src/filters
ls_colors
The following PR shows a simple example:
drop
keep
append
collect
compact
each
every
flatten
get
headers
par-each
prepend
range
reduce
reject
rename
rotate
select
shuffle
transpose
uniq
update
There may be more missing metadata out of the list. Please let me know if there's anything I've missed 😸
The text was updated successfully, but these errors were encountered:
added missing metadata for drop and uniq nushell#4763
48b2f6a
added missing metadata for keep nushell#4763
60ec0cc
added missing metadata for append nushell#4763
44e5f54
added missing metadata for shuffle nushell#4763
58c818b
added missing metadata for drop and uniq #4763 (#4908)
00b67d3
* added missing metadata for drop and uniq #4763 * added missing metadata for keep #4763 * added missing metadata for append #4763 * added missing metadata for shuffle #4763
thanks for tracking these @jaeheonji
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
List of missing
metadatainnu-command/src/filterscommands.Missing
metadatawill causels_colorsto not print properly to the terminal.The following PR shows a simple example:
dropkeepappendcollectcompacteach(group, window)everyflattengetheaderspar-each(group)prependrangereducerejectrenamerotateselectshuffletransposeuniqupdate(cell)There may be more missing metadata out of the list. Please let me know if there's anything I've missed😸
The text was updated successfully, but these errors were encountered: