1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

Merge pull request #203 from brandonpittman/patch-1

Fix delete example
This commit is contained in:
Tom Wright
2022-03-08 19:51:39 +00:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ See [put documentation](https://daseldocs.tomwright.me/usage/put).
echo '{
"email": "contact@tomwright.me",
"name": "Tom"
}' | dasel delete -r json '.email' 'contact@tomwright.me'
}' | dasel delete -p json '.email'
{
"name": "Tom"
}