tanmayrauth opened a new issue, #965:
URL: https://github.com/apache/iceberg-go/issues/965

   ### Feature Request / Improvement
   
    The current CLI uses docopt-go with a flat Config struct and boolean 
dispatch. This doesn't scale for the upcoming maintenance commands, each 
command's flags are mixed together with no isolation.                           
                                                                                
 
                                                               
     go-arg gives us proper subcommand structs so each command owns its flags, 
help text is scoped per command, and adding new commands is self-contained.     
                                                                                
                                                                      
                                                               
     Scope                                                                      
                                                                                
                                                                                
                                                                                
                                 
     - Replace docopt-go with go-arg                                            
                                                                                
                                                                                
                                                                     
     - Preserve all existing command behavior                  
     - No new commands 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to