Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/puutaro/CommandClick
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Jul 3, 2024
2 parents 9a32582 + 6e22cc5 commit 9ad47cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion md/developer/set_variable_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ex) Transform `editText` command variable into select box
| `DT` | get date button | {variableName}:DT= |
| `TM` | get time button | {variableName}:TM= |
| `CLR` | select color button | {variableName}:CLR= |
| `LI` | edit list component | {variableName}:LI=listDir={target list dir path}|menu={menuName1}(&subMenuName1&subMenuName2..}!{menuName2}(&subMenuName21&subMenuName22..}(|prefix={grep prefix})(|suffix={grep suffix}) [detail](https://github.com/puutaro/CommandClick/blob/master/md/developer/set_variable_types/list_index.md) |.. |
| `LI` | list index component | {variableName}:LI=listDir={target list dir path}|menu={menuName1}(&subMenuName1&subMenuName2..}!{menuName2}(&subMenuName21&subMenuName22..}(|prefix={grep prefix})(|suffix={grep suffix}) [detail](https://github.com/puutaro/CommandClick/blob/master/md/developer/set_variable_types/list_index.md) |.. |


## Usage
Expand Down
2 changes: 1 addition & 1 deletion md/developer/set_variable_types/list_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This option transform `command variable` into list index.
## Usage

```js.js
setVariableTypes={variableName}:LI=listDir={target list dir path}|menu={menuName1}(&subMenuName1&subMenuName2..}!{menuName2}(&subMenuName21&subMenuName22..}(|prefix={grep prefix})(|suffix={grep suffix})
setVariableTypes={variableName}:LI=
```

## List index config
Expand Down

0 comments on commit 9ad47cb

Please sign in to comment.