mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 21:44:11 +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 ~)
|
||||
::
|
||||
:_ 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
|
||||
|= =wire
|
||||
|
@ -342,7 +342,7 @@ parser.add_argument('-e', '--export', which='export',
|
||||
help='exports the application state',
|
||||
action=sourceAction)
|
||||
parser.add_argument('-i', '--import',
|
||||
metavar='appname',
|
||||
metavar='app-name',
|
||||
help='imports the application state',
|
||||
action=importFileAction)
|
||||
parser.add_argument('-m', '--mark', which='as',
|
||||
|
Loading…
Reference in New Issue
Block a user