Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev command to output help page in markdown format #1464

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix pandoc output
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`.
mgrojo committed Oct 14, 2023
commit cbd419d8b27699c1e26313b9020ff34478052cb6
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
@@ -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")
);
1 change: 1 addition & 0 deletions src/alr/alr-commands-show.adb
Original file line number Diff line number Diff line change
@@ -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")