Quellcode durchsuchen

Minor clarification on scrap

Getty Ritter vor 9 Jahren
Ursprung
Commit
0a7a672c6d
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      scraps/idea--thule-alternatives

+ 1 - 3
scraps/idea--thule-alternatives

@@ -26,12 +26,10 @@ content: |
 
   and the output from `wc` will give you
 
-      (table ("lines" "words" "characters" "file")
+      (table ((text "lines") (text "words") (text "characters") (text "file"))
         ((int 10) (int 30) (int 300)  (file "/tmp/foo.txt"))
         ((int 20) (int 60) (int 900)  (file "/tmp/bar.c"))
         ((int 30) (int 90) (int 1200) (text "total")))
-
-  Both of these would not be displayed in a raw way by the shell, but
   rather the structure of the collections would be a hint to the
   shell on how to display them in a rich way.
 related: