mirror of https://github.com/Wilfred/difftastic/
Write a basic man page
parent
5ade0bbe9c
commit
cb63ca8830
@ -0,0 +1,29 @@
|
||||
.\" Automatically generated by Pandoc 3.1.13
|
||||
.\"
|
||||
.TH "DIFFT" "1" "" "" ""
|
||||
.SH NAME
|
||||
\f[B]difft\f[R] \- a structural diff tool that understands syntax
|
||||
.SH SYNOPSIS
|
||||
\f[B]difft\f[R] [\f[I]OPTIONS\f[R]] \f[I]OLD\-PATH\f[R]
|
||||
\f[I]NEW\-PATH\f[R]
|
||||
.PP
|
||||
\f[B]difft\f[R] [\f[I]OPTIONS\f[R]] \f[I]DIRECTORY\-ONE\f[R]
|
||||
\f[I]DIRECTORY\-TWO\f[R]
|
||||
.PP
|
||||
\f[B]difft\f[R] [\f[I]OPTIONS\f[R]] \f[I]FILE\-WITH\-CONFLICTS\f[R]
|
||||
.PP
|
||||
\f[B]difft\f[R] \f[B]\-\-list\-languages\f[R]
|
||||
.PP
|
||||
\f[B]difft\f[R] \f[B]\-\-help\f[R]
|
||||
.SH DESCRIPTION
|
||||
difftastic (difft) is a CLI diff tool that compares files based on their
|
||||
syntax, not line\-by\-line.
|
||||
Difftastic produces accurate diffs that are easier for humans to read.
|
||||
.SH BUGS
|
||||
See GitHub Issues: \c
|
||||
.UR https://github.com/Wilfred/difftastic/issues
|
||||
.UE \c
|
||||
.SH AUTHOR
|
||||
Wilfred Hughes \c
|
||||
.MT me@wilfred.me.uk
|
||||
.ME \c
|
||||
@ -0,0 +1,36 @@
|
||||
% DIFFT(1)
|
||||
|
||||
NAME
|
||||
====
|
||||
|
||||
**difft** - a structural diff tool that understands syntax
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
**difft** \[_OPTIONS_] _OLD-PATH_ _NEW-PATH_
|
||||
|
||||
**difft** \[_OPTIONS_] _DIRECTORY-ONE_ _DIRECTORY-TWO_
|
||||
|
||||
**difft** \[_OPTIONS_] _FILE-WITH-CONFLICTS_
|
||||
|
||||
**difft** **\-\-list-languages**
|
||||
|
||||
**difft** **\-\-help**
|
||||
|
||||
DESCRIPTION
|
||||
===========
|
||||
|
||||
difftastic (difft) is a CLI diff tool that compares files based on
|
||||
their syntax, not line-by-line. Difftastic produces accurate diffs
|
||||
that are easier for humans to read.
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
||||
See GitHub Issues: <https://github.com/Wilfred/difftastic/issues>
|
||||
|
||||
AUTHOR
|
||||
======
|
||||
|
||||
Wilfred Hughes <me@wilfred.me.uk>
|
||||
Loading…
Reference in New Issue