add support for --list --json #74

Merged
witten merged 5 commits from :list-json into master 2018-07-28 21:21:39 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 8e14846872 - Show all commits

View File

@ -1,7 +1,6 @@
import sys
import logging
import subprocess
import sys
import tempfile
from borgmatic.verbosity import VERBOSITY_SOME, VERBOSITY_LOTS

View File

@ -1,5 +1,5 @@
import json
from argparse import ArgumentParser
import json
import logging
import os
from subprocess import CalledProcessError