Further cleanup.

This commit is contained in:
Elliot Glaysher 2019-07-22 10:48:45 -07:00
parent c9770317f9
commit 8debf3fa60
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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',