Skip to content

Commit 8032145

Browse files
committed
justfile
1 parent 8a6b9ed commit 8032145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ default:
22
@just --list
33

44
build:
5-
cargo build --release
5+
cargo build -q --release
66

77
debug:
8-
cargo build
8+
cargo build -q
99

1010
install: build
1111
cp target/release/tgcli /opt/homebrew/bin/tgcli

0 commit comments

Comments
 (0)