RE: [24.03 RFC 1/3] args: new library to allow easier manipulation of cmdline args

2024-01-24 Thread Honnappa Nagarahalli
> > 02/11/2023 18:28, Bruce Richardson: > > Add a new small library to make it easier for apps to work with > > cmdline arguments and build up args to use when initializing EAL. > > > > This library is optional, and can be disabled at build time using the > > disable libraries meson option. > >

Re: [24.03 RFC 1/3] args: new library to allow easier manipulation of cmdline args

2024-01-24 Thread Thomas Monjalon
02/11/2023 18:28, Bruce Richardson: > Add a new small library to make it easier for apps to work with cmdline > arguments and build up args to use when initializing EAL. > > This library is optional, and can be disabled at build time using > the disable libraries meson option. This is an optional

[24.03 RFC 1/3] args: new library to allow easier manipulation of cmdline args

2023-11-02 Thread Bruce Richardson
Add a new small library to make it easier for apps to work with cmdline arguments and build up args to use when initializing EAL. This library is optional, and can be disabled at build time using the disable libraries meson option. Signed-off-by: Bruce Richardson --- doc/api/doxy-api-index.md |