We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0de1e7 commit e6e2ceeCopy full SHA for e6e2cee
src/commands/event-register.yml
@@ -4,12 +4,14 @@ parameters:
4
attach-workspace:
5
type: boolean
6
default: false
7
- description: Boolean for whether or not to attach to an existing workspace. Default is false.
+ description: >
8
+ Boolean for whether or not to attach to an existing workspace. Default is false.
9
10
workspace-root:
11
type: string
12
default: .
- description: Workspace root path that is either an absolute path or a path relative to the working directory. Defaults to '.' (the working directory).
13
14
+ Workspace root path that is either an absolute path or a path relative to the working directory. Defaults to '.' (the working directory).
15
16
api-address:
17
type: env_var_name
0 commit comments