# Functions
NewCommand constructs a command sub-command with the specified logger.
NewSymlinkCreator creates a new linkCreator.
WithCreateAll sets the createAll flag for the linkCreator.
WithCreateDeviceNodes sets the createDeviceNodes flag for the linkCreator.
WithDevCharPath sets the path at which the symlinks will be created.
WithDevRoot sets the root path for the /dev directory.
WithDriverRoot sets the driver root path.
WithDryRun sets the dry run flag.
WithLoadKernelModules sets the loadKernelModules flag for the linkCreator.
WithLogger sets the logger.
# Interfaces
Creator is an interface for creating symlinks to /dev/nv* devices in /dev/char.
# Type aliases
Option is a functional option for configuring the linkCreator.