Opened 12 years ago
Closed 9 years ago
#293 closed feature (invalid)
Help function in rasql
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | qlparser | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Very Hard |
Description
A help function in rasql would be useful to quickly figure out which functionality is avaialable, get quick reference for a function, etc.
Calling just help would result in a list of functions and language constructs, with function description and note if the function is deprecated. This info could be attached to query tree nodes (each node having a getHelp() method for example), so it can be easily maintained.
Calling help(function name) would give help just about the specific function.
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Milestone: | → Future |
---|---|
Priority: | major → minor |
comment:3 by , 12 years ago
hm, freezing documentation into code I find difficult to maintain - and difficult to access for those who want to read about the language (assuming you don't want to duplicate documentation). This is a feature mainly useful for interactive use, so for example when ./rasql is invoked via stdin.
comment:4 by , 9 years ago
Complexity: | → Very Hard |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Looks like nice to have but not at major priority, would you agree triaging it to minor already?