From 7ab8b8062cc4619033718ffcaa6b7c9444feec59 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 7 Jul 2022 12:14:15 -0500 Subject: Correct spacing --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ec8b396..2c974f7 100644 --- a/README.md +++ b/README.md @@ -54,27 +54,27 @@ trainfuck -h|--help trainfuck [-w WIDTH] [FLAGS...] INPUTFILE [-o OUTPUTFILE] Parameters: -INPUTFILE The trainfuck file to process. - If INPUTFILE ends in .tf or .trainfuck, it will be interpreted - as a TRAINFUCK file; if it ends in .bf or .brainfuck, it will - be interpreted as a BRAINFUCK file. Otherwise, the file will - be assumed to be the default filetype (trainfuck). - --w WIDTH Set the brainfuck output width (default: 42). --o OUTPUTFILE Where to send transpiled brainfuck (default: /dev/stderr). --- Stop processing arguments; interpret the rest as filenames + INPUTFILE The trainfuck file to process. + If INPUTFILE ends in .tf or .trainfuck, it will be interpreted + as a TRAINFUCK file; if it ends in .bf or .brainfuck, it will + be interpreted as a BRAINFUCK file. Otherwise, the file will + be assumed to be the default filetype (trainfuck). + + -w WIDTH Set the brainfuck output width (default: 42). + -o OUTPUTFILE Where to send transpiled brainfuck (default: /dev/stderr). + -- Stop processing arguments; interpret the rest as filenames FLAGS: --h, --help Show this help --c, --comments Show comments (default) - -C, --no-comments Hide comments - -z, --compact Show "compact" comments (default) - -Z, --no-compact Show "wide" comments - -x, --execute Execute trainspiled brainfuck - -X, --no-execute Only trainspile, do not execute (default) - -t, --trainfuck Force TRAINFUCK mode: interpret files as trainfuck - -b, --brainfuck Force BRAINFUCK mode: interpret files as brainfuck - -q, --quiet Don't print any more than is necessary + -h, --help Show this help + -c, --comments Show comments (default) + -C, --no-comments Hide comments + -z, --compact Show "compact" comments (default) + -Z, --no-compact Show "wide" comments + -x, --execute Execute trainspiled brainfuck + -X, --no-execute Only trainspile, do not execute (default) + -t, --trainfuck Force TRAINFUCK mode: interpret files as trainfuck + -b, --brainfuck Force BRAINFUCK mode: interpret files as brainfuck + -q, --quiet Don't print any more than is necessary ``` ## INSTALL -- cgit 1.4.1-21-gabe81