query
On this page

mkAliasOptionModule

lib.mkAliasOptionModule

Docs pulled from | This Revision | 10 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;
    };