OneIdentity / SCALUS

SCALUS -- Session Client Application Launch Uri System
Apache License 2.0
11 stars 3 forks source link

In window mode show command output in a window #94

Closed CodyBatt closed 1 year ago

CodyBatt commented 1 year ago

Running scalus.exe info -t would previously just swallow all of the output.

Now it is displayed in a window like this image

In NativeWindowing mode if IUserInteraction.Message or IUserInteraction.Error is called, this will cause the Messages window to be created automatically so that no output intended for the user is lost.

Running the ui or launch commands does not cause this output window to appear because nothing writes to IUserInteraction for those commands.