Skip to content

Commit

Permalink
run asciidoctor to generate index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hogejo committed Nov 29, 2024
1 parent 479b906 commit f15feba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.16">
<meta name="generator" content="Asciidoctor 2.0.23">
<meta name="author" content="Cédric Beust">
<title>JCommander</title>
<style>
Expand Down Expand Up @@ -1851,6 +1851,12 @@ <h2 id="_more_complex_syntaxes_commands">16. More complex syntaxes (commands)</h

@Parameter(names = "-i")
private Boolean interactive = false;
}

public class CommandMain {

@Parameter(names = "-v", description = "Verbose mode")
public Boolean verbose = false;
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -2210,7 +2216,7 @@ <h2 id="_download">29. Download</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-18 18:24:00 UTC
Last updated 2024-11-29 21:12:39 +0100
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
Expand Down

0 comments on commit f15feba

Please sign in to comment.