Merge branch 'dev'

This commit is contained in:
Jack Wills
2022-04-25 13:57:55 -04:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@
"mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
"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/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
],
+1 -1
View File
@@ -33,7 +33,7 @@ See <a href="https://github.com/mrjackwills/oxker/releases" target='_blank' rel=
available command line arguments
| 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) |
|```-c```| Attempt to color the logs (conflicts with -r) |
|```-t```| Remove timestamps from each log entry |