Some backslashes in the shell snippets
Getty Ritter
6 years ago
50 | 50 | ```bash |
51 | 51 | $ charter quick haskcat \ |
52 | 52 | -a text \ |
53 |
-s 'The Haskcat program' |
|
53 | -s 'The Haskcat program' \ | |
54 | 54 | -d 'Probably a pure Haskell implementation of cat, I guess?' |
55 | 55 | ``` |
56 | 56 | |
60 | 60 | |
61 | 61 | ```bash |
62 | 62 | $ charter library make-it-so \ |
63 | -m Web.Make.It.So | |
64 | -a warp | |
65 | -a wai | |
66 | -b do-this | |
67 |
- |
|
63 | -m Web.Make.It.So \ | |
64 | -a warp \ | |
65 | -a wai \ | |
66 | -b do-this \ | |
67 | -b do-that \ | |
68 | 68 | -b do-the-other |
69 | 69 | ``` |