]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Add the check of parameter number in "DrvCfg" command
authorDandan Bi <dandan.bi@intel.com>
Wed, 31 Aug 2016 05:09:26 +0000 (13:09 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 1 Sep 2016 08:38:06 +0000 (16:38 +0800)
commitc6fc823413861c6bcafbb21bae9aab66b8ee5a24
treee898a30698c8e698129139e1e4f9f3b6a3a0c320
parentd653d8062e48480a3ec689d688343306bb102b73
ShellPkg: Add the check of parameter number in "DrvCfg" command

In shell spec, the usage of "Drvcfg" command is: drvcfg [-l XXX] [-c]
[-f <Type>|-v|-s] [DriverHandle [DeviceHandle [ChildHandle]]]
[-i filename] [-o filename]. The parameter number(doesn't include the flags)
cannot exceed 4, now we add this point to check whether using the command
correctly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Tapan Shah <tapandshah@hpe.com>
ShellPkg/Library/UefiShellDriver1CommandsLib/DrvCfg.c