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
$ delta -help
Usage: delta [OPTIONS] [MINUS_FILE] [PLUS_FILE]
Arguments:
[MINUS_FILE]
First file to be compared when delta is being used to diff two files.
`delta file1 file2` is equivalent to `diff -u file1 file2 | delta`.
[PLUS_FILE]
Second file to be compared when delta is being used to diff two files.
Note: Arguments after '--' are treated as filenames even if they start with '-'.
...
The delta -h command is unchanged because it needs to be concise.
Hey.
It seems that
delta
supports the--
option to end option parsing, so that one can do e.g.:This is however not documented in the
-h
output and thus neither in the manpage (which I guess is generated from that).Might be nice to add it there.
Thanks,
Philippe.
The text was updated successfully, but these errors were encountered: