Show More
@@ -634,6 +634,10 Message type: ``history_request``:: | |||||
634 | # pattern (with * and ? as wildcards). |
|
634 | # pattern (with * and ? as wildcards). | |
635 | 'pattern' : str, |
|
635 | 'pattern' : str, | |
636 |
|
636 | |||
|
637 | # If hist_access_type is 'search' and unique is true, do not | |||
|
638 | # include duplicated history. Default is false. | |||
|
639 | 'unique' : bool, | |||
|
640 | ||||
637 | } |
|
641 | } | |
638 |
|
642 | |||
639 | Message type: ``history_reply``:: |
|
643 | Message type: ``history_reply``:: |
General Comments 0
You need to be logged in to leave comments.
Login now