Merge branch 'maint'
[paraslash.git] / m4 / gengetopt / history_file.m4
1 <qu>
2 option "history-file" -
3 #~~~~~~~~~~~~~~~~~~~~~~
4 "(default='</qu>DEFAULT_HISTORY_FILE<qu>')"
5 string typestr = "filename"
6 optional
7 details = "
8         If </qu>CURRENT_PROGRAM<qu> runs in interactive mode, it reads the history
9         file on startup. Upon exit, the in-memory history is appended
10         to the history file.
11 "
12 </qu>