rwxrob / cmdtab

Apache License 2.0
13 stars 0 forks source link

Correct cmd to cmdtab and use x #19

Closed rwxrob closed 3 years ago

rwxrob commented 3 years ago

The current name is cmdtab (and was once cmd). This need to be corrected in all the tests.

Also, the convention of using x. to refer to instances of commands (ie x := cmdtab.New()) need to be added throughout.