Skip to content

Commit 4eb9a86

Browse files
Update .github/plugin/skills/winapp-cli/manifest/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e783dc8 commit 4eb9a86

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

  • .github/plugin/skills/winapp-cli/manifest

.github/plugin/skills/winapp-cli/manifest/SKILL.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,6 @@ This adds a `uap5:AppExecutionAlias` extension to the manifest. If the alias alr
102102

103103
> **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.
104104
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
111-
winapp manifest add-alias
112-
113-
# Specify the alias name explicitly
114-
winapp manifest add-alias --name myapp
115-
116-
# Target a specific manifest file
117-
winapp manifest add-alias --manifest ./path/to/appxmanifest.xml
118-
```
119-
120-
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.
123-
124105
## Manifest structure overview
125106

126107
A typical `appxmanifest.xml` looks like:

0 commit comments

Comments
 (0)