mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +02:00
add synopsis to write-chunks
This commit is contained in:
parent
73e4a09751
commit
4bbd81105b
@ -17,6 +17,15 @@
|
|||||||
along with Cockpit Navigator. If not, see <https://www.gnu.org/licenses/>.
|
along with Cockpit Navigator. If not, see <https://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
"""
|
||||||
|
Synopsis: `write-chunks.py <newline delimited JSON objects>`
|
||||||
|
JSON objects are of form:
|
||||||
|
obj = {
|
||||||
|
seek: <byte offset>
|
||||||
|
chunk: <base64 encoded data chunk>
|
||||||
|
}
|
||||||
|
"""
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user