You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll tack on here that for me on macOS the man page doesn't render examples correctly:
Regex use. Let's trim some trailing whitespace
$ echo 'lorem ipsum 23 ' | sd '' ''
lorem ipsum 23
I came here to report this as a bug. It is far more harmful than the man page and help page simply being different, thus deserving its own issue: #226.
Thanks again @chmln for creating a neat tool -- and thanks for bothering to create a
man
page at all, it's a rarity for FOSS command line tools.Currently, the
--help
andman sd
output each have different details listed.--help
is missing the EXAMPLES that the manpage hasman
is missing some of the list of valid values for--flags
, and is not formatted wellman
and--help
disagree on the names of the arguments (e.g.replace-with
vsreplace_with
)--help
is missing the return codesThe text was updated successfully, but these errors were encountered: