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
Copy file name to clipboardExpand all lines: .github/plugin/skills/winapp-cli/manifest/SKILL.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,25 +102,6 @@ This adds a `uap5:AppExecutionAlias` extension to the manifest. If the alias alr
102
102
103
103
> **When combined with `winapp run --with-alias`** or the `WinAppRunUseExecutionAlias` MSBuild property, this enables apps to run in the current terminal with inherited stdin/stdout/stderr instead of opening a new window.
104
104
105
-
### Add an execution alias
106
-
107
-
Execution aliases let users launch the app by typing its name in a terminal (e.g. `myapp`).
108
-
109
-
```powershell
110
-
# Add alias inferred from the Executable attribute in the manifest
This adds a `uap5:AppExecutionAlias` extension to the manifest. If the alias already exists, the command reports it and exits successfully.
121
-
122
-
> **When combined with `winapp run --with-alias`** or the `WinAppRunUseExecutionAlias` MSBuild property, this enables apps to run in the current terminal with inherited stdin/stdout/stderr instead of opening a new window.
0 commit comments