Skip to content

Commit

Permalink
show: print_rules now part of show command (#8000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alizter authored Jul 6, 2023
1 parent dee2c39 commit 1dad660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Unreleased

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

- Add `dune show rules` as alias of `dune rules` command. (#8000, @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 @@ -13,6 +13,7 @@ let subcommands =
; Describe_opam_files.command
; Describe_pp.command
; Printenv.command
; Print_rules.command
; Aliases_targets.Targets_cmd.command
; Aliases_targets.Aliases_cmd.command
]
Expand Down

0 comments on commit 1dad660

Please sign in to comment.