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

Fix delete example

The current delete example wasn't using the `-p` flag and was passing an unnecessary value.
This commit is contained in:
Brandon Pittman
2022-03-08 08:57:46 +09:00
committed by GitHub
parent b779b8820e
commit 9b08a30a77

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"
}