fix: (vNet) enable 'vnet-flows' cli command

Change-Id: I478efdf96568486fce5075962f8b5643d709a74c
diff --git a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index c0329c1..393649d 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -767,6 +767,9 @@
             <action class="org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand"/>
         </command>
         <command>
+            <action class="org.onosproject.cli.net.vnet.VirtualFlowsListCommand"/>
+        </command>
+        <command>
             <action class="org.onosproject.cli.net.DpisListCommand"/>
         </command>