summaryrefslogtreecommitdiffhomepage
path: root/debian/stylish-haskell.1.ronn
blob: 385a7d2b237cacb6731378450fff37dc5892828f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
stylish-haskell(1) -- simple Haskell code prettifier
====================================================

## SYNOPSIS

`stylish-haskell` [<-c>|<--config=FILE>] [<-v>|<--verbose>] [<-i>|<--inplace>] [<FILE>]...

`stylish-haskell` <-d>|<--defaults>

`stylish-haskell` <-V>|<--version>

`stylish-haskell` <-?>|<--help>

## DESCRIPTION

`stylish-haskell` performs automatic formatting on the Haskell code in
the files passed on the command line or piped via STDIN.  It outputs
to STDOUT unless `-i` is specified.

### Options

  * `-c`, `--config`=[<file>]:
    Override the default configuration file.

  * `-v`, `--verbose`:
    Turn on verbose output.

  * `-i`, `--inplace`:
    Prettify and overwrite the given files in place.

  * `-d`, `--defaults`:
    Dump default config and exit.

  * `-V`, `--version`:
    Output version information and exit.

  * `-?`, `--help`:
    Output help text and exit.

## FILES

  * `/usr/share/stylish-haskell/data/stylish-haskell.yaml`:
    Default configuration file.

## AUTHOR

This manual page was originally written by Sean Whitton
<<spwhitton@spwhitton.name>> for the Debian GNU/Linux system (but may
be used by others).