-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
api table of contents truncated descriptions #81
Comments
This should be fixed in https://github.com/borkdude/quickdoc |
I can see the description appears as truncated because The
An option would be to have quickdoc extract the text up to the first full stop, and collapse continuous whitespaces into a single one. so the text of the above example docstring would become:
What do you think? Thanks |
I'm fine with that! |
Raised borkdude/quickdoc#16. |
Applied newest quickdoc on API.md |
Hi,
some of the descriptions in the API table of contents are truncated compared to their full docstring, is this a feature or a bug? :)
https://github.com/babashka/process/blob/master/API.md
Perhaps they should include the text up to the first full stop
.
? e.g.sh
looks a bit strange with the description ending in the middle of the sentence.Table of contents
babashka.process
- Shell out in Clojure with simplicity and ease.$
- Convenience macro aroundprocess
*defaults*
- Dynamic var containing overridable default optionscheck
- Takes a process, waits until is finished and throws if exit code is non-zero.destroy
- Takes process or mapdestroy-tree
- Same asdestroy
but also destroys all descendantsexec
- Replaces the current process image with the process image specifiedpb
- Returns a process builder (as record).pipeline
- Returns the processes for one pipe created with -> or createsprocess
- Takes a command (vector of strings or objects that will be turnedsh
- Convenience function similar toclojure.java.shell/sh
that setsshell
- Convenience function aroundprocess
that was originally inbabashka.tasks
.start
- Takes a process builder, calls start and returns a process (as record).tokenize
- Tokenize string to list of individual space separated arguments.Thanks
The text was updated successfully, but these errors were encountered: