Compare commits

..

No commits in common. 'd8eae3024e225fb3030929fbc9aa8f762441933e' and '8788ba8b8667f1901fb607e42f555ec5e4fcecc2' have entirely different histories.

@ -30,7 +30,7 @@ from catcli.exceptions import BadFormatException, CatcliException
NAME = 'catcli'
CUR = os.path.dirname(os.path.abspath(__file__))
CATALOGPATH = os.getenv('CATCLI_CATALOG_PATH', f'{NAME}.catalog')
CATALOGPATH = f'{NAME}.catalog'
GRAPHPATH = f'/tmp/{NAME}.dot'
FORMATS = ['native', 'csv', 'csv-with-header', 'fzf-native', 'fzf-csv']

Loading…
Cancel
Save