🔧 Add cargo release aliases
Adds the alias field with bb and rr defined as release aliases
This commit is contained in:
parent
45fc74a3ba
commit
6bd8051c78
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
[target.'cfg(unix)']
|
[target.'cfg(unix)']
|
||||||
runner = "sudo -E"
|
runner = "sudo -E"
|
||||||
|
|
||||||
|
[alias] # command aliases
|
||||||
|
rr = "run --release"
|
||||||
|
bb = "build --release"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue