-
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.
How do module docstrings work? who knows.
- Loading branch information
1 parent
f51c5ba
commit e4c28f7
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
""" | ||
Provides the simplest possible wrapper for exposing python functions to be run on a command line! | ||
Annotate python functions with the [@cli_function] decorator, and annotate the function fully with the builtin python tools. | ||
The library will generate a man page for your file, and provide helpful error messages when arguments are not formatted correctly. | ||
""" |