query
On this page

mkAliasOptionModuleMD

lib.modules.mkAliasOptionModuleMD

Docs pulled from | This Revision | 16 minutes ago


Like ‘mkRenamedOptionModule’, but doesn't show a warning.

Inputs

from

1. Function argument

to

2. Function argument


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

mkAliasOptionModule =
    from: to:
    doRename {
      inherit from to;
      visible = true;
      warn = false;
      use = id;
    };