mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
parent
8d091051af
commit
5a71044d5a
@ -62,7 +62,9 @@
|
||||
> bat src/*.rs
|
||||
```
|
||||
|
||||
標準入力から自動的に構文を決定させたい場合
|
||||
標準入力から自動的に構文を決定させたい場合(ハイライトされるのは、
|
||||
たいていは `#!/bin/sh` のようなシバンを利用して、
|
||||
ファイルの一行目から構文を決定できる場合のみです)
|
||||
|
||||
```bash
|
||||
> curl -s https://sh.rustup.rs | bat
|
||||
|
Loading…
Reference in New Issue
Block a user