]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Add fs_cli option to disable use of history file
authorTravis Cross <tc@traviscross.com>
Thu, 25 Sep 2014 10:47:18 +0000 (10:47 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 25 Sep 2014 11:07:49 +0000 (11:07 +0000)
commit051772e4ae574c52adfca95d3811e2a06bc0e2e8
tree7f37aaa1099b8f99fe7d393373ef6f2dd10a2ca4
parentcd67dfc630637a2902b2aafee3ab60bfac832d67
Add fs_cli option to disable use of history file

With this commit, passing -Q to fs_cli will cause fs_cli to not load
or save the command history file (~/.fs_cli_history).  This can be
useful e.g. on read-only systems.

This can also be set in the fs_cli configuration file with the option
`no-history-file`.
libs/esl/fs_cli.c