Skip to content

Commit ce1b954

Browse files
committed
docs: add io to fmt.md
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
1 parent a492b4c commit ce1b954

File tree

4 files changed

+12
-0
lines changed
  • api
    • java/string-manipulation
    • javascript/string-manipulation
    • python/string-manipulation
    • ruby/string-manipulation

4 files changed

+12
-0
lines changed

api/java/string-manipulation/fmt.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: api-command
33
language: Java
44
permalink: api/java/fmt/
55
command: fmt
6+
io:
7+
- - r
8+
- string
69
related_commands:
710
match: match/
811
split: split/

api/javascript/string-manipulation/fmt.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: api-command
33
language: JavaScript
44
permalink: api/javascript/fmt/
55
command: fmt
6+
io:
7+
- - r
8+
- string
69
related_commands:
710
match: match/
811
split: split/

api/python/string-manipulation/fmt.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: api-command
33
language: Python
44
permalink: api/python/fmt/
55
command: fmt
6+
io:
7+
- - r
8+
- string
69
related_commands:
710
match: match/
811
split: split/

api/ruby/string-manipulation/fmt.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: api-command
33
language: Ruby
44
permalink: api/ruby/fmt/
55
command: fmt
6+
io:
7+
- - r
8+
- string
69
related_commands:
710
match: match/
811
split: split/

0 commit comments

Comments
 (0)