We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee2c39 commit 1dad660Copy full SHA for 1dad660
CHANGES.md
@@ -6,6 +6,8 @@ Unreleased
6
7
- Initialize async IO thread lazily. (#8122, @emillon)
8
9
+- Add `dune show rules` as alias of `dune rules` command. (#8000, @Alizter)
10
+
11
- Add `dune build --dump-gc-stats FILE` argument to dump Garbage Collection
12
stats to a named file. (#8072, @Alizter)
13
bin/describe/describe.ml
@@ -13,6 +13,7 @@ let subcommands =
; Describe_opam_files.command
14
; Describe_pp.command
15
; Printenv.command
16
+ ; Print_rules.command
17
; Aliases_targets.Targets_cmd.command
18
; Aliases_targets.Aliases_cmd.command
19
]
0 commit comments