]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Execute plugin when name is combined with command
authorKeith Busch <keith.busch@intel.com>
Wed, 8 Jun 2016 18:13:55 +0000 (12:13 -0600)
committerKeith Busch <keith.busch@intel.com>
Wed, 8 Jun 2016 23:27:05 +0000 (17:27 -0600)
commit04eb06162a2e21111f27b9140c57e67aa452b465
treec8dc7312e637a17cbb2cec0aba955fc3e3a832a7
parent98ce5b06094180d50d28ae4b415097ec00f906b6
Execute plugin when name is combined with command

Let a user specify plug-in sub commands in the same string. For example,
this patch will have the following two mean the same thing:

  # nvme intel id-ctrl
  # nvme intel-id-ctrl

Signed-off-by: Keith Busch <keith.busch@intel.com>
plugin.c