-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Summary
Comprehensive testing of the func environment command identified 3 minor issues across validation and user experience, with the primary concerns being non-educational error messages where empty format values show generic "unsupported format:" errors with blank values instead of clear guidance on valid formats; unclear verbose flag behavior where the verbose flag produces identical output and shows Verbose: false in the output even when the flag is used, making it unclear whether verbose is intended for internal logging only or should affect user-visible output; and silent argument ignoring where extra arguments are accepted without validation or error messages, potentially causing user confusion about whether arguments are being processed. Key findings include the minor issue where empty format values result in generic error messages that don't clearly indicate what's wrong; the verbose flag confusion where users cannot determine if the flag is working as intended for internal logging or if it's broken; and the lack of argument validation that silently ignores extra arguments instead of providing helpful error messages about command usage.
** Full Detailed Report**: Link to Google Docs - https://docs.google.com/document/d/12gk6BxSm_R9x6UDTkylnSf-QS74jR58kBYzRH1wWAQM/edit?usp=sharing
Resolved Issues
The following issues have been marked as resolved in the detailed report:
- Add Short Alias
envfor Convenience - alias added for consistency with other commands