Skip to content

Commit 1dad660

Browse files
authored
show: print_rules now part of show command (#8000)
1 parent dee2c39 commit 1dad660

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Unreleased
66

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

9+
- Add `dune show rules` as alias of `dune rules` command. (#8000, @Alizter)
10+
911
- Add `dune build --dump-gc-stats FILE` argument to dump Garbage Collection
1012
stats to a named file. (#8072, @Alizter)
1113

bin/describe/describe.ml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let subcommands =
1313
; Describe_opam_files.command
1414
; Describe_pp.command
1515
; Printenv.command
16+
; Print_rules.command
1617
; Aliases_targets.Targets_cmd.command
1718
; Aliases_targets.Aliases_cmd.command
1819
]

0 commit comments

Comments
 (0)