uutils/diffutils

`diff3` command is not implemented

Offen

#15 geöffnet am 18.02.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (36 Forks)user submission
good first issue

Repository-Metriken

Stars
 (275 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 9h) (11 gemergte PRs in 30 T)

Beschreibung

Currently uutils' diffutils only implements the diff executable.

But GNU's diffutils also provide cmp, diff3 and sdiff.

This issue is a tracker for the implementation of the diff3 utility.

Documentation: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html.

Contributor Guide