-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override help text; Add display list of formats and flags
- Loading branch information
Showing
3 changed files
with
66 additions
and
27 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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Memethesis CLI - All Your Memes Are Belong To Us! | ||
|
||
arguments: | ||
-h, --help show this help message and exit | ||
-l, --list show a list of meme formats and exit | ||
-i, --interactive interactive mode (certain formats only) | ||
|
||
-f, --format FORMAT the meme format to use | ||
-c, --caption CAPTION caption text to add above your meme | ||
|
||
-o, --output OUTPUT save the meme as (jpg/png) | ||
-p, --preview display meme without saving it, | ||
unless -o/--output is specified | ||
|
||
usage: | ||
# command mode | ||
$ memethesis -f FORMAT [-p|-o filename] --flag0 TEXT0 --flag1 TEXT1 ... | ||
|
||
# remember to wrap spaced strings in quotes | ||
# example: | ||
$ memethesis -f drake -o meme.png --dislike 'one thing' --like 'another thing' | ||
|
||
# interactive mode | ||
$ memethesis -i |