Skip to content

Commit f3c2b58

Browse files
authored
devcontainer: add short options (#18013)
1 parent 58d5012 commit f3c2b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/common/devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- Apply a Dev Container Template to a workspace:
1111

12-
`devcontainer templates apply --template-id {{template_id}} --template-args {{template_args}} --workspace-folder {{path/to/workspace}}`
12+
`devcontainer templates apply {{[-t|--template-id]}} {{template_id}} {{[-a|--template-args]}} {{template_args}} {{[-w|--workspace-folder]}} {{path/to/workspace}}`
1313

1414
- Execute a command on a running Dev Container in the current workspace:
1515

0 commit comments

Comments
 (0)