fix: refs #5483 tmpfs param type fix on run command

This commit is contained in:
Juan Ferrer 2024-01-29 20:21:34 +01:00
parent 31bee959c2
commit ed248aed93
4 changed files with 6 additions and 5 deletions

View File

@ -279,7 +279,7 @@ Builds and starts local database server container. It only rebuilds the image
when dump have been modified. when dump have been modified.
```text ```text
$ myt run [-c|--ci] [-r|--random] [-n|--network <string>] $ myt run [-c|--ci] [-r|--random] [-t|--tmpfs] [-n|--network <string>]
``` ```
### start ### start

View File

@ -33,7 +33,8 @@ class Run extends Command {
}, },
boolean: [ boolean: [
'ci', 'ci',
'random' 'random',
'tmpfs'
] ]
}; };

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@verdnatura/myt", "name": "@verdnatura/myt",
"version": "1.6.2", "version": "1.6.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@verdnatura/myt", "name": "@verdnatura/myt",
"version": "1.6.2", "version": "1.6.3",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.5", "@sqltools/formatter": "^1.2.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@verdnatura/myt", "name": "@verdnatura/myt",
"version": "1.6.2", "version": "1.6.3",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL version control", "description": "MySQL version control",
"license": "GPL-3.0", "license": "GPL-3.0",