Merge branch 'dev'
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
"mounts": [
|
"mounts": [
|
||||||
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
|
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
|
||||||
"source=/ramdrive,target=/ramdrive,type=bind",
|
"source=/ramdrive,target=/ramdrive,type=bind",
|
||||||
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly",
|
|
||||||
"source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly",
|
"source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly",
|
||||||
"source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
|
"source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ See <a href="https://github.com/mrjackwills/oxker/releases" target='_blank' rel=
|
|||||||
available command line arguments
|
available command line arguments
|
||||||
| argument|result|
|
| argument|result|
|
||||||
|--|--|
|
|--|--|
|
||||||
|```-d [number > 0]```| set the update interval for docker information, is ms |
|
|```-d [number > 0]```| set the update interval for docker information, in ms |
|
||||||
|```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) |
|
|```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) |
|
||||||
|```-c```| Attempt to color the logs (conflicts with -r) |
|
|```-c```| Attempt to color the logs (conflicts with -r) |
|
||||||
|```-t```| Remove timestamps from each log entry |
|
|```-t```| Remove timestamps from each log entry |
|
||||||
|
|||||||
Reference in New Issue
Block a user