Skip to content

Commit

Permalink
Fix pandoc output
Browse files Browse the repository at this point in the history
Add a new line before lists

* It can be read better in the terminal
* It make the list work with `pandoc`

Add new CLIC commit also for `pandoc`.
  • Loading branch information
mgrojo committed Oct 14, 2023
1 parent 4f86e23 commit cbd419d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/clic
1 change: 1 addition & 0 deletions src/alr/alr-commands-printenv.adb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ package body Alr.Commands.Printenv is
" for instance before starting an IDE.")
.New_Line
.Append ("Examples:")
.New_Line
.Append ("* eval $(alr printenv --unix)")
.Append ("* alr printenv --powershell | Invoke-Expression")
);
Expand Down
1 change: 1 addition & 0 deletions src/alr/alr-commands-show.adb
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ package body Alr.Commands.Show is
.New_Line
.Append ("The " & Formatter.Terminal ("--dependents")
& " switch accepts these values:")
.New_Line
.Append ("* " & Formatter.Terminal ("direct")
& " (default) shows direct dependents.")
.Append ("* " & Formatter.Terminal ("all")
Expand Down

0 comments on commit cbd419d

Please sign in to comment.