mu 5.7.40 → 5.7.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mu/command/help.rb +1 -0
- data/version.rb +1 -1
- metadata +1 -1
data/lib/mu/command/help.rb
CHANGED
|
@@ -11,6 +11,7 @@ class Help < Command
|
|
|
11
11
|
{ :cmd => 'mu cmd_muapi:help', :help => 'Show help on using the Mu Api for fuzzing, templates, backup and archive' },
|
|
12
12
|
{ :cmd => 'mu cmd_musl:help', :help => 'Show help on using the Musl Api through the command-line' },
|
|
13
13
|
{ :cmd => 'mu cmd_netconfig:help', :help => 'Show help on using the Netconfig Api through the command-line'},
|
|
14
|
+
{ :cmd => 'mu cmd_runanalysis:help', :help => 'Show help on running a Studio Security test'},
|
|
14
15
|
{ :cmd => 'mu cmd_runscale:help', :help => 'Show help on running the Studio Scale app'},
|
|
15
16
|
{ :cmd => 'mu cmd_runscenario:help', :help => 'Show help on running the Scenario Editor Verify app' },
|
|
16
17
|
{ :cmd => 'mu cmd_runverify:help', :help => 'Show help on running the Studio Verify app' },
|
data/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION='5.7.
|
|
1
|
+
VERSION='5.7.41'
|