-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove version information from the output of the option
--help
Signed-off-by: yamacir-kit <[email protected]>
- Loading branch information
1 parent
b11675b
commit d1ce84e
Showing
5 changed files
with
24 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 |
---|---|---|
@@ -1 +1 @@ | ||
0.4.804 | ||
0.4.805 |
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,12 +1,10 @@ | ||
Meevax Lisp ${PROJECT_VERSION} | ||
|
||
Usage: | ||
meevax [option...] [file...] | ||
meevax [OPTION...] [FILE...] | ||
|
||
Options: | ||
-e, --evaluate=<string> read and evaluate <string> on interaction-environment | ||
-h, --help display this help and exit | ||
-i, --interactive enter an interactive session | ||
-l, --load=<file> load <file> into interaction-environment | ||
-v, --version display version information and exit | ||
-w, --write=<string> same as `(write (read <string>))` | ||
-e, --evaluate=STRING read and evaluate STRING on interaction-environment | ||
-h, --help display this help and exit | ||
-i, --interactive enter an interactive session | ||
-l, --load=FILE load FILE into interaction-environment | ||
-v, --version display version information and exit | ||
-w, --write=STRING same as `(write (read STRING))` |
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