From f1269a9937700a81fde676b462643417d4b1d23b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Apr 2020 00:11:02 +1200 Subject: Add manual page for phpcsff(1df) --- man/man1/phpcsff.1df | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 man/man1/phpcsff.1df diff --git a/man/man1/phpcsff.1df b/man/man1/phpcsff.1df new file mode 100644 index 00000000..a6364367 --- /dev/null +++ b/man/man1/phpcsff.1df @@ -0,0 +1,21 @@ +.TH PHPCSFF 1df "April 2020" "Manual page for phpcsff" +.SH NAME +.B phpcsff +\- use php-cs-fixed as a source filter +.SH SYNOPSIS +.B phpcsff +source.php +.br +.B phpcsff +\< source.php +.br +.B phpcsff +source.php > source.fixed.php +.br +.SH DESCRIPTION +.B phpcsff +allows the use of PHP linter php-cs-fixer as a stream filter, to work around its fixed edit-in-place behaviour using temporary files. It's intended for use as an 'equalprg' in Vim, but it might be useful in other circumstances too. +.SH SEE ALSO + +.SH AUTHOR +Tom Ryder -- cgit v1.2.3