Vagrant boxes (#905)

This commit is contained in:
Roey Darwish Dror
2022-04-23 15:09:54 +03:00
committed by GitHub
parent 020a0619b8
commit 14809322b4
4 changed files with 91 additions and 1 deletions

View File

@@ -21,5 +21,15 @@
"body": [
"return Err(SkipStep(format!(\"$1\").into()));"
]
},
"Step": {
"scope": "rust",
"prefix": "step",
"body": [
"pub fn $1(ctx: &ExecutionContext) -> Result<()> {",
" $0",
" Ok(())",
"}"
]
}
}
}