mirror of
https://github.com/urbit/shrub.git
synced 2024-12-27 14:17:13 +03:00
Further cleanup.
This commit is contained in:
parent
c9770317f9
commit
8debf3fa60
@ -110,7 +110,9 @@
|
|||||||
(pairs:enjs:format file+s+output data+s+enc ~)
|
(pairs:enjs:format file+s+output data+s+enc ~)
|
||||||
::
|
::
|
||||||
:_ this(job.state ~)
|
:_ this(job.state ~)
|
||||||
[bone.u.job.state %http-response (json-response:app (json-to-octs jon))]~
|
:~ [bone.u.job.state %http-response (json-response:app (json-to-octs jon))]
|
||||||
|
[ost.bow %pull /export [our.bow app.source.com.u.job.state] ~]
|
||||||
|
==
|
||||||
::
|
::
|
||||||
++ quit
|
++ quit
|
||||||
|= =wire
|
|= =wire
|
||||||
|
@ -342,7 +342,7 @@ parser.add_argument('-e', '--export', which='export',
|
|||||||
help='exports the application state',
|
help='exports the application state',
|
||||||
action=sourceAction)
|
action=sourceAction)
|
||||||
parser.add_argument('-i', '--import',
|
parser.add_argument('-i', '--import',
|
||||||
metavar='appname',
|
metavar='app-name',
|
||||||
help='imports the application state',
|
help='imports the application state',
|
||||||
action=importFileAction)
|
action=importFileAction)
|
||||||
parser.add_argument('-m', '--mark', which='as',
|
parser.add_argument('-m', '--mark', which='as',
|
||||||
|
Loading…
Reference in New Issue
Block a user