• Travis Cross's avatar
    Add fs_cli option to disable use of history file · 051772e4
    Travis Cross 提交于
    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`.
    051772e4
fs_cli.c 47.3 KB