logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

biometric-config-tool - Manage and configure biometric authentication services

Builtincommands

       add-driver
              Add drivers, usage: biometric-config-tool add-driver [OPTION...] DriverName DriverFilePath

              OPTIONS:

                     -f, --force
                            When there is a driver of the same name, force to override it

                     -d, --disable
                            Only add driver and Not enable driver

                     -h, --help
                            Display "biometric-config-tool add-driver" help message and exit.

       remove-driver
              Remove drives, usage: biometric-config-tool remove-driver [OPTION...] Driver1 [Driver2 ...]

              OPTIONS:

                     -i, --ignore
                            Ignore nonexistent drivers

                     -h, --help
                            Display "biometric-config-tool remove-driver" help message and exit.

       enable-driver
              Enable drivers, usage: biometric-config-tool enable-driver [OPTION...] Driver1 [Driver2 ...]

              OPTIONS:

                     -i, --ignore
                            Ignore nonexistent drivers

                     -h, --help
                            Display "biometric-config-tool enable-driver" help message and exit.

       disable-driver
              Disable drivers, usage: biometric-config-tool disable-driver [OPTION...] Driver1 [Driver2 ...]

              OPTIONS:

                     -i, --ignore
                            Ignore nonexistent drivers

                     -h, --help
                            Display "biometric-config-tool disable-driver" help message and exit.

       set-key
              Set  the  key  value  of  the  specified  driver, usage: biometric-config-tool set-key [OPTION...]
              DriverName Key Value

              OPTIONS:

                     -h, --help
                            Display "biometric-config-tool set-key" help message and exit.

       remove-key
              remove the key value of the specified driver, usage: biometric-config-tool remove-key  [OPTION...]
              DriverName Key

              OPTIONS:

                     -i, --ignore
                            Ignore nonexistent drivers

                     -h, --help
                            Display "biometric-config-tool remove-key" help message and exit.

                                                                                        BIOMETRIC-CONFIG-TOOL(8)

Description

biometric-config-tool Manage and configure biometric authentication services.

Name

       biometric-config-tool - Manage and configure biometric authentication services

Options

       -h,  --help
              Display help message and exit.

Synopsis

biometric-config-tool [OPTION] BuiltinCommands...

See Also