mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-04 21:50:33 -04:00
[New, Update] Messy commit.
* [Update] Add module paths to watch files. From the old Bitbucket repo, submitted by `MarkSill`. * [Fix] Trim erroneous whitespace surrounding the story title. From the old Bitbucket repo. * [Update, Devel, Docs] Changed import and doc paths to point to the GitHub repo and removed Mercurial references. * [Fix] Leading whitespace on passages is trimmed as intended. * [New, Docs] Added an option to disable passage trimming (`--no-trim`). * [Update] Update IFID commentary and cleanup. * [Update] Switched to another SemVer module due to a few issues with the old one. * [Update] Purged commented legacy & debug code.
This commit is contained in:
parent
57e1aa52ff
commit
1bb4278938
15 changed files with 123 additions and 64 deletions
1
usage.go
1
usage.go
|
@ -48,6 +48,7 @@ Options:
|
|||
-m SRC, --module=SRC Module sources (repeatable); may consist of supported
|
||||
files and/or directories to recursively search for
|
||||
such files.
|
||||
--no-trim Do not trim whitespace surrounding passages.
|
||||
-o FILE, --output=FILE Name of the output file (default: %q).
|
||||
-s NAME, --start=NAME Name of the starting passage (default: the passage
|
||||
set by the story data, elsewise %q).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue