Skip to content

Commit

Permalink
feat: append set_retraction to console autocompletion
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed May 13, 2021
1 parent 00d2b53 commit a81c1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/console/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const getters: GetterTree<ConsoleState, RootState> = {
'ABORT',
'ACCEPT',
'ADJUSTED',
'GET_POSITION'
'GET_POSITION',
'SET_RETRACTION'
]
additional.forEach(command => {
if (command in commands !== true) {
Expand Down

0 comments on commit a81c1b7

Please sign in to comment.