cmdbox icon indicating copy to clipboard operation
cmdbox copied to clipboard

Remove notion of "speakable" interfaces

Open rwxrob opened this issue 3 years ago • 0 comments

As much as I love conversational UIs, cmdbox is more about clarity and observability and tab-completion and embedded includes and simplicity. It is more important to be able to see all the possible commands and dotted subcommands, than to be able to possible speak them all into a command line interface.

This frees the project to be able to fully pursue one-dimensional internal command maps with dotted notation keys so that subcommand modules can use their own unique keys with reasonable assurance that they won't conflict with other embeds.

The work on the use of spaces in the keys should be replaced and removed and only simpler logic to allow dotted key names should take its place.

rwxrob avatar Feb 11 '22 23:02 rwxrob