Ticket Hash: | cc1af096376ab000774a8c8fd5e1aac16fde9be0 | ||
Title: | Handle subcommand list in subcommand error not complete | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Minor | Priority: | Immediate |
Subsystem: | Resolution: | Fixed | |
Last Modified: |
2016-03-28 14:58:05 9.23 years ago |
Created: |
2014-07-24 01:18:52 10.91 years ago |
Version Found In: | 0.22 |
User Comments: | ||||
anonymous added on 2014-07-24 01:18:52:
When typing in an incorrect subcommand for a [tcc4tcl::new] created handle the error message does not contain the complete list of subcommands as described in the high-level API page. % set handle [tcc4tcl::new] % $handle ? unknown or ambiguous subcommand "?": must be cproc, linktclcommand, code, tk, or go It seems to be missing cwrap, ccode, add_include_path, add_library_path, and add_library. rkeene added on 2016-03-28 14:58:05: Fixed, will be in 0.27+ |