-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for markdown output in help messages
This functionality can be used to provide on-line versions of the help messages for alire.ada.dev. The help is generated in a single markdown page with appropiate section titles, so it can have a table of contents.
- Loading branch information
Showing
5 changed files
with
73 additions
and
7 deletions.
There are no files selected for viewing
Submodule clic
updated
12 files
+5 −5 | example/src/clic_ex-commands-subsub.adb | |
+17 −3 | example/src/clic_ex-commands.adb | |
+6 −6 | example/src/clic_ex-commands.ads | |
+1 −1 | src/clic-config.ads | |
+44 −0 | src/clic-formatter.adb | |
+22 −0 | src/clic-formatter.ads | |
+24 −0 | src/clic-markdown.adb | |
+12 −0 | src/clic-markdown.ads | |
+41 −1 | src/clic-subcommand-instance.adb | |
+16 −2 | src/clic-subcommand-instance.ads | |
+2 −2 | src/clic-subcommand.ads | |
+1 −1 | src/clic-tty.ads |
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
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