Implement sr-should-program command

Change-Id: Ie7da6c83b1f432c5f84a13712d0a1be106733c6a
diff --git a/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 71e80ef..1c8610a 100644
--- a/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -49,6 +49,9 @@
             <action class="org.onosproject.segmentrouting.cli.NextHopCommand"/>
         </command>
         <command>
+            <action class="org.onosproject.segmentrouting.cli.ShouldProgramCommand"/>
+        </command>
+        <command>
             <action class="org.onosproject.segmentrouting.cli.VerifyGroupsCommand"/>
             <completers>
                 <ref component-id="deviceIdCompleter"/>