You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When all Console Commands are hidden, the List Command still shows the namespace, even though there isn't a single visible command within that namespace. The namespace should be hidden here.
In the example below, I run MyApp/bin/app list. The command ms:init is set to hidden.
Result:
Available commands:
help Displays help for a command
list Lists commands
ats
ats:clean Delete any exported ATS archives in a given set of paths
ats:export Optionally build an ATS Frontend, and export the required files to an archive
ms
Expected result
Available commands:
help Displays help for a command
list Lists commands
ats
ats:clean Delete any exported ATS archives in a given set of paths
ats:export Optionally build an ATS Frontend, and export the required files to an archive
The text was updated successfully, but these errors were encountered:
When all Console Commands are hidden, the List Command still shows the namespace, even though there isn't a single visible command within that namespace. The namespace should be hidden here.
In the example below, I run
MyApp/bin/app list
. The commandms:init
is set to hidden.Result:
Expected result
The text was updated successfully, but these errors were encountered: