-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from SimonRichardson/render-all-documentation
#104 The following changes the documentation command to use io.Writer instead of the bufio.Writer. This means that we can just use the stdout for writing the documentation output. As the bufio buffer is actually rather small, only 4096 bytes long. We clearly don't blow past that during the individual files, but we do when dumping out the documentation. ### Q&A The following should render the documentation in its entirety. ```sh $ juju wait-for documenation ``` ```sh $ juju wait-for documentation --out ~/tmp/docs ```
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 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