-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Results output, args rearrangement (v0.2.0 candidate) (#1)
* Adds results output * Adds console logging/results display, rearranges arguments * `--verbose` and `--debug` features now provide some console logging * The initial (optionally unflagged) argument now designates the patterns file, not the source ingest path. The patterns file can still optionally be designated with `-p` or `--patterns`, but the source directory can no longer be indicated by listing it as the first argument. The source directory may optionally be indicated with `-s PATH` or `--source PATH`, but it defaults to the current directory (`pwd`). A patterns file is required, either as the first argument or as a `-p`/`--patterns PATH` somewhere. * Add gem update instruction to -v * Bump version to 0.2.0
- Loading branch information
1 parent
7e97b3d
commit 4aa2d9f
Showing
3 changed files
with
54 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Subtxt | ||
VERSION = "0.1.0" | ||
VERSION = "0.2.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters