From: Marek Vasut <[email protected]> Sent: Thursday, March 20, 2025 12:56 PM > On 3/20/25 11:32 AM, Christoph Niedermaier wrote: >> If "env select" is called without a target parameter the result is >> "Select Environment on <NULL>: driver not found". > > Why is this not the correct output ?
I think it would be better to print an usage message here. >> Improve the output >> by showing a list of available evironment targets, where the active >> target is marked with an asterisk. > > If the goal is to add support for listing available env options for 'env > select' , then better modify cmd/nvedit.c do_env_select() and implement > some 'env select -l' . I could do this in v2. Regards Christoph

