SQFvm / runtime

Custom implementation of the Arma script language SQF
GNU Lesser General Public License v3.0
96 stars 30 forks source link

[BUG] CLI shows the renamed vm__ internal command #172

Closed Coryf88 closed 3 years ago

Coryf88 commented 3 years ago

Describe the bug CLI shows vm__ for listing the SQF-VM internal commands, instead of cmdsvm__.

To Reproduce

  1. Execute sqfvm.exe
  2. See For a list of all SQF-VM internal commands, use the `vm__` operator.

Expected behavior For a list of all SQF-VM internal commands, use the `cmdsvm__` operator.

Screenshots N/A

Additional context Commit de4e6b5 https://github.com/SQFvm/runtime/blob/0e2351a5f36f037bbefa6602690748658356141b/src/cli/cli.cpp#L773