envd
                                
                                 envd copied to clipboard
                                
                                    envd copied to clipboard
                            
                            
                            
                        feat(CLI): Use positional arguments in envd destroy and so on
Description
Now the destroy command does not look great:
envd destroy --name {name}
Expected:
envd destroy {name}
We should wait until https://github.com/urfave/cli/issues/1074 is resolved.
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
Maybe, we should migrate to https://github.com/spf13/cobra
It supports this feature.
Maybe, we should migrate to https://github.com/spf13/cobra
It supports this feature.
LGTM. A huge refactor.
urfave/cli may have better shell-completion (both bash and zsh) support.