On Tue, Sep 24, 2019 at 08:40:53AM +0100, Jeremy Sowden wrote: > Sebastian Priebe [0] requested Linenoise support for the CLI as an > alternative to Readline, so I thought I'd have a go at providing it. > Linenoise is a minimal, zero-config, BSD licensed, Readline replacement > used in Redis, MongoDB, and Android [1]. > > 0 - https://lore.kernel.org/netfilter-devel/4df20614cd10434b9f91080d0862dd0c@xxxxxx.group/ > 1 - https://github.com/antirez/linenoise/ > > By default, the CLI continues to be build using Readline, but passing > `--with-cli=linenoise` instead causes Linenoise to be used instead. > > `nft -v` has been extended to display what CLI implementation was built > and whether mini-gmp was used. Series: Acked-by: Phil Sutter <phil@xxxxxx>