Merge pull request #2137 from fmthoma/fix-assign-workspace
Comply with documentation: 'workspace' token in 'assign' command
This commit is contained in:
commit
f6021c957b
|
@ -146,6 +146,8 @@ state ASSIGN:
|
||||||
state ASSIGN_WORKSPACE:
|
state ASSIGN_WORKSPACE:
|
||||||
'→'
|
'→'
|
||||||
->
|
->
|
||||||
|
'workspace'
|
||||||
|
->
|
||||||
workspace = string
|
workspace = string
|
||||||
-> call cfg_assign($workspace)
|
-> call cfg_assign($workspace)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue