diff options
| author | Fuwn <[email protected]> | 2021-03-29 23:04:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-29 23:04:57 -0700 |
| commit | 54ce644d92a0b306b8b727ba051dd20828578ec5 (patch) | |
| tree | 9430cdc1c33928bcc2b68a3114b636b77c3e3fb2 | |
| parent | feature: Reimplement room ID request command branch to command handler (diff) | |
| download | whirl-54ce644d92a0b306b8b727ba051dd20828578ec5.tar.xz whirl-54ce644d92a0b306b8b727ba051dd20828578ec5.zip | |
fix: Change verbosity flag
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FLAGS = -d -v # These are just generally useful for development. +FLAGS = -d -t # These are just generally useful for development. help: cargo run -- $(FLAGS) help $(ARGS) |