wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

`info vars` should take pattern argument. #19

Open wduquette opened 5 years ago

wduquette commented 5 years ago

In Standard TCL, several of the info subcommands, e.g., info vars and info commands, take an optional glob-pattern argument, and return a list of names that match the pattern. Molt's version should do the same when the glob matching feature is available. This must wait on #18. Then, update all of the relevant info subcommands.