pandorabots / pb-cli

Pandorabots command line interface
BSD 2-Clause "Simplified" License
33 stars 16 forks source link

reset option for talk is missing #1

Closed pandorabots closed 9 years ago

pandorabots commented 9 years ago

Pandorabots API talk API has a reset parameter used for bot development that clears out a bots memory if set to true. This is missing in the CLI and should be included as an option.

pbyk commented 9 years ago

Thank you for your report! That's bug of handling --option style parameter. At this moment, $ pb --reset=true talk 'my name?' doesn't work, however, $ reset=true pb talk 'my name?' works properly (that means bot forgets my name). I'll fix this bug soon.

pbyk commented 9 years ago

I fixed the bug.