[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThe gdcloud CLI offers enhanced screen reader accessibility via the \u003ccode\u003eaccessibility/screen_reader\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eEnabling this feature replaces unicode spinners with "working" status messages and provides percentage-based progress indicators.\u003c/p\u003e\n"],["\u003cp\u003eWhen the accessibility feature is enabled, output tables are presented as a flattened list of items, instead of the usual boxed tables.\u003c/p\u003e\n"],["\u003cp\u003eYou can enable the \u003ccode\u003eaccessibility/screen_reader\u003c/code\u003e features by running the command \u003ccode\u003egdcloud config set accessibility/screen_reader true\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enable accessibility features\n\nIn order to provide a more streamlined screen reader experience, the gdcloud CLI comes with an `accessibility/screen_reader` property. When this property is set to `true`, the following behaviour is enabled:\n\n- **Status trackers instead of unicode spinners**: The phrase 'working' is displayed on stderr while gdcloud CLI is performing tasks.\n- **Percentage progress bars**: Progress is displayed as a percentage, written to stderr.\n- **Flattened tables** : Boxed tables are the default output of many list commands. Instead of the queried resources being displayed in tables drawn in Unicode, results are rendered as a flattened list of items. Also, consider using the `--format` flag to define your own format.\n\nTo enable these accessibility features, run: \n\n gdcloud config set accessibility/screen_reader true"]]