Skip to content

src, doc: Add missing command switch `--expose-internals`

Rodrigo Muino Tomonari requested to merge patch into master

Created by: ghost

It seems that we can use internal modules for usages or tests and this switch has been added directly. But the doc and lib's command hints have missed that, Add up for that now.

expose

Notice that we always have a shortened command hint such as --i, --inspect……. and --expose-internals,--expose_internals seems to be too long that it will break the alignment of horizonal. On the other hand, I purposely mean --expose_internals is just the ALIGN FOR --expose-internals by two lines and explainations.

Any better ideas can be told to me.

Thanks anyway!

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]

Merge request reports

Loading