Implement CLI autocompletion for envelope, allowing users to press Tab to complete commands, subcommands, and options in supported shells (bash, zsh, fish, powershell). This will improve usability by reducing typing errors and making command discovery easier.
Implement CLI autocompletion for
envelope, allowing users to pressTabto complete commands, subcommands, and options in supported shells (bash,zsh,fish,powershell). This will improve usability by reducing typing errors and making command discovery easier.