escargo 4 Dec 2006 - I tested this to see what namespace import returns, and it didn't return anything. There are two behaviors that I think might be useful that aren't implemented.
- Have namespace import return a list of the commands that are imported. Right now I don't see any easy way to determine what gets imported. (DKF: This is what 8.5 now does, BTW.) (What Tip 261 specifies is the behavior with no arguments. That's not quite what I'm suggesting.)
- Alternatively, have namespace import take another parameter (-asif maybe) that tells the import to just return the names of what would be imported and to not do the actual import.
