File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454}
5555
5656/*
57- * CLI Commands
57+ * CLI Commands and Choices
5858 *
59- * Subcommand names like sync, add, list.
60- * Green (same as choices) - they're enumerated command options.
59+ * Both use green to indicate valid enumerated values.
60+ * Commands: subcommand names like sync, add, list
61+ * Choices: enumeration values like json, yaml, table
6162 */
62- .cli-command {
63+ .cli-command ,
64+ .cli-choice {
6365 color : # 98C379 ;
66+ }
67+
68+ .cli-command {
6469 font-weight : bold;
6570}
6671
7580 font-style : italic;
7681}
7782
78- /*
79- * CLI Choice Values
80- *
81- * Choice enumeration values like json, yaml, table.
82- * Green color to show they are valid literal values.
83- */
84- .cli-choice {
85- color : # 98C379 ;
86- }
87-
8883/* ==========================================================================
8984 Argparse Code Block Highlighting
9085 ========================================================================== */
You can’t perform that action at this time.
0 commit comments