diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-23 00:11:02 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-23 00:11:02 +1200 |
commit | f1269a9937700a81fde676b462643417d4b1d23b (patch) | |
tree | fa909a6ccb59204b0acaa02d607a3f4f5bc808c6 | |
parent | Use XDG base directories for shell keep() funcs (diff) | |
download | dotfiles-f1269a9937700a81fde676b462643417d4b1d23b.tar.gz dotfiles-f1269a9937700a81fde676b462643417d4b1d23b.zip |
Add manual page for phpcsff(1df)
-rw-r--r-- | man/man1/phpcsff.1df | 21 |
1 files changed, 21 insertions, 0 deletions
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 +<https://github.com/FriendsOfPHP/PHP-CS-Fixer> +.SH AUTHOR +Tom Ryder <tom@sanctum.geek.nz> |