Skip to content

Commit

Permalink
show: add Installed_libraries to show
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Jul 7, 2023
1 parent 9c1c460 commit 23decbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Unreleased

- Initialize async IO thread lazily. (#8122, @emillon)

- Add `dune show rules` as alias of `dune rules` command. (#8000, @Alizter)
- Add `dune show rules` as alias of the `dune rules` command. (#8000, @Alizter)

- Add `dune show installed-libraries` as an alias of the `dune
installed-libraries` command. (#8135, @Alizter)

- Add `dune build --dump-gc-stats FILE` argument to dump Garbage Collection
stats to a named file. (#8072, @Alizter)
Expand Down
1 change: 1 addition & 0 deletions bin/describe/describe.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let subcommands =
; Describe_pp.command
; Printenv.command
; Print_rules.command
; Installed_libraries.command
; Aliases_targets.Targets_cmd.command
; Aliases_targets.Aliases_cmd.command
]
Expand Down

0 comments on commit 23decbd

Please sign in to comment.