On Thu, 12 Mar 2026 20:37:42 +0800 fengchengwen <[email protected]> wrote:
> Hi Kevin, > > On 3/12/2026 6:36 PM, Kevin Traynor wrote: > > For the case where token is NULL, there are no arguments > > and split_str[0] is used uninitialized. > > In which case the token is NULL, if there are no arguments, the cmdline's > callback won't be invoke. > > Thanks It still maybe possible to get there with an empty string "" which would evaluate to no arguments?

