You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Add languages to code blocks
This commit is contained in:
@@ -8,7 +8,7 @@ It is available on:
|
||||
https://uutils.github.io/coreutils/docs/
|
||||
|
||||
Can be generated with:
|
||||
```
|
||||
```bash
|
||||
cargo run --bin uudoc --all-features
|
||||
cd docs
|
||||
mdbook build
|
||||
@@ -20,7 +20,7 @@ It is available on:
|
||||
https://uutils.github.io/dev/coreutils/
|
||||
|
||||
Can be generated with:
|
||||
```
|
||||
```bash
|
||||
cargo doc --no-deps --all-features --workspace
|
||||
```
|
||||
|
||||
|
||||
+6
-6
@@ -65,8 +65,8 @@ However, a bunch of work remains on the color side for a full GNU compat. Other
|
||||
We have 12 remaining failing tests.
|
||||
|
||||
To get the list of failing tests, run:
|
||||
```
|
||||
$ ./util/remaining-gnu-error.py |grep "/ls/"
|
||||
```bash
|
||||
$ ./util/remaining-gnu-error.py | grep "/ls/"
|
||||
```
|
||||
|
||||
- Difficulty: Medium
|
||||
@@ -82,8 +82,8 @@ Most of the features in `cp` have been implemented by now.
|
||||
However, some corner cases needs to be implemented. We have 16 remaining failing tests.
|
||||
|
||||
To get the list of failing tests, run:
|
||||
```
|
||||
$ ./util/remaining-gnu-error.py |grep "/cp/"
|
||||
```bash
|
||||
$ ./util/remaining-gnu-error.py | grep "/cp/"
|
||||
```
|
||||
|
||||
- Difficulty: Medium
|
||||
@@ -99,8 +99,8 @@ Most of the features in `mv` have been implemented by now.
|
||||
However, some corner cases needs to be implemented. We have 10 remaining failing tests.
|
||||
|
||||
To get the list of failing tests, run:
|
||||
```
|
||||
$ ./util/remaining-gnu-error.py |grep "/mv/"
|
||||
```bash
|
||||
$ ./util/remaining-gnu-error.py | grep "/mv/"
|
||||
```
|
||||
|
||||
- Difficulty: Medium
|
||||
|
||||
Reference in New Issue
Block a user